react-native-media-kit
Version:
Video and Audio component for react-native apps, supporting both iOS and Android.
17 lines (13 loc) • 679 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yoai.reactnative.media.test">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.yoai.reactnative.media.test"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.yoai.reactnative.media.test"/>
</manifest>