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