Files
react-navigation/Example/android/settings.gradle
Krzysztof Magiera 31281d6b68 Initial commit.
2018-08-03 13:54:11 +02:00

6 lines
211 B
Groovy

rootProject.name = 'ScreensExample'
include ':react-native-screens'
project(':react-native-screens').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-screens/android')
include ':app'