react-native-amap-yf
Version:
a native amap module
17 lines (14 loc) • 453 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rn.amapmodule"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="25" />
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true" >
</application>
</manifest>