UNPKG
react-native-netease-imui
Version:
latest (1.0.0)
1.0.0
react-native netease imui
github.com/luojf945/react-native-imui
luojf945/react-native-imui
react-native-netease-imui
/
android
/
popuptool
/
src
/
main
/
AndroidManifest.xml
11 lines
(6 loc)
•
247 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.popup.tool"
>
<
application
android:allowBackup
=
"true"
android:label
=
"@string/app_name"
android:supportsRtl
=
"true"
>
</
application
>
</
manifest
>