gzdaifan_nativetest
Version:
rn native test
17 lines (14 loc) • 457 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.rnpackage"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="26" />
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true" >
</application>
</manifest>