react-native-video-fullscreen
Version:
A <Video /> element for react-native with fullscreen mode
20 lines (16 loc) • 635 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.brentvatne.react.test" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="22" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for com.brentvatne.react.test"
android:targetPackage="com.brentvatne.react.test" />
<application>
<uses-library android:name="android.test.runner" />
</application>
</manifest>