Files
react-native-reanimated/Example/android/settings.gradle

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'