UNPKG
@17ued/react-native-audio-player
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.0.1
github.com/liuhong1happy/react-native-audio-player
liuhong1happy/react-native-audio-player
@17ued/react-native-audio-player
/
android
/
src
/
main
/
AndroidManifest.xml
5 lines
•
256 B
text/xml
View Raw
1
2
3
4
5
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.c17ued.reactnative.audioplayer"
>
<
uses-permission
android:name
=
"android.permission.INTERNET"
/>
<
application
android:allowBackup
=
"true"
>
</
application
>
</
manifest
>