expo-video
Version:
A cross-platform, performant video component for React Native and Expo with Web support
11 lines (9 loc) • 421 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application>
<activity android:name=".FullscreenPlayerActivity"
android:supportsPictureInPicture="true"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|navigation"
android:theme="@style/Fullscreen" />
</application>
</manifest>