mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-01 09:30:55 +08:00
10 lines
349 B
Groovy
10 lines
349 B
Groovy
rootProject.name = 'React Navigation'
|
|
|
|
apply from: '../../node_modules/react-native-unimodules/gradle.groovy'
|
|
includeUnimodulesProjects([ modulesPaths : ['../../../node_modules'] ])
|
|
|
|
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
|
|
applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|