react-native-sound
Version:
React Native module for playing sound clips on iOS and Android
13 lines (11 loc) • 367 B
text/xml
<manifest
package="com.zmxv.RNSound"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0"
xml:android="http://schemas.android.com/apk/res/android" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="23" />
</manifest>