mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
8 lines
354 B
Groovy
8 lines
354 B
Groovy
apply from: '../../node_modules/react-native-unimodules/gradle.groovy'
|
|
includeUnimodulesProjects([ modulesPaths : ['../../../node_modules'] ])
|
|
|
|
|
|
rootProject.name = 'ReactNavigationExample'
|
|
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|