mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-24 23:37:00 +00:00
feat: add fullscreen & Picture in Picture API (#7)
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:allowBackup="false"
|
||||
android:theme="@style/AppTheme"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:supportsRtl="true">
|
||||
<activity
|
||||
android:supportsPictureInPicture="true"
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
|
||||
|
||||
Reference in New Issue
Block a user