react-native-navigation的迁移库

settings.gradle 339B

1234567
  1. rootProject.name = 'Playground'
  2. apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle")
  3. applyNativeModulesSettingsGradle(settings)
  4. include ':app'
  5. include ':react-native-navigation'
  6. project(':react-native-navigation').projectDir = new File(rootProject.projectDir, '../../lib/android/app/')