react-native-navigation的迁移库

AndroidManifest.xml 555B

12345678910111213141516171819
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. package="com.reactnativenavigation.e2e.androide2e">
  4. <uses-sdk
  5. android:minSdkVersion="18"
  6. tools:overrideLibrary="android.support.test.uiautomator.v18"/>
  7. <application
  8. android:allowBackup="true"
  9. android:icon="@mipmap/ic_launcher"
  10. android:label="@string/app_name"
  11. android:supportsRtl="true"
  12. android:theme="@style/AppTheme">
  13. </application>
  14. </manifest>