mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-14 01:55:05 +08:00
8 lines
406 B
Groovy
8 lines
406 B
Groovy
rootProject.name = 'ReanimatedExample'
|
|
include ':react-native-reanimated'
|
|
project(':react-native-reanimated').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-reanimated/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'
|