mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-03-27 22:55:32 +08:00
Inspired by: https://github.com/callstack/react-native-paper/tree/master/example and https://blog.callstack.io/adding-an-example-app-to-your-react-native-library-d23b9741a19c cc: @satya164 😻, thanks!
8 lines
372 B
Groovy
8 lines
372 B
Groovy
rootProject.name = 'ReanimatedExample'
|
|
include ':react-native-reanimated'
|
|
project(':react-native-reanimated').projectDir = new File(rootProject.projectDir, '../../android')
|
|
include ':react-native-gesture-handler'
|
|
project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android')
|
|
|
|
include ':app'
|