Files
birdbam/android/settings.gradle
2019-08-31 23:51:05 -05:00

12 lines
497 B
Groovy

apply from: '../node_modules/react-native-unimodules/gradle.groovy'
include ':react-native-reanimated'
project(':react-native-reanimated').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-reanimated/android')
includeUnimodulesProjects()
include ':react-native-gesture-handler'
project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android')
rootProject.name = 'birdringer'
include ':app'