react-native-navigation的迁移库

AndroidManifest.xml 259B

123456789
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.reactnativenavigation">
  3. <application
  4. android:name=".TestApplication"
  5. android:theme="@style/Theme.AppCompat.Light">
  6. </application>
  7. </manifest>