mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-31 22:43:19 +08:00
6 lines
211 B
Groovy
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'
|