react-native-navigation的迁移库

settings.gradle 231B

123456
  1. rootProject.name = 'exampleRedux'
  2. include ':app'
  3. include ':react-native-navigation'
  4. project(':react-native-navigation').projectDir = new File(
  5. rootProject.projectDir, '../node_modules/react-native-navigation/android/app/')