-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react-native): add picture-in-picture support for Android #1133
Conversation
# Conflicts: # sample-apps/react-native/dogfood/ios/Podfile.lock
|
||
if (props.androidPictureInPicture) { | ||
const mainActivity = getMainActivityOrThrow(androidManifest); | ||
('keyboard|keyboardHidden|orientation|screenSize|uiMode'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this do anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What this says is.. "dont kill my screen even if these things change.. I can handle it "
it is the android docs to do this if PiP is to be enabled
# Conflicts: # packages/react-native-sdk/expo-config-plugin/fixtures/index.ts # packages/react-native-sdk/expo-config-plugin/src/common/types.ts # packages/react-native-sdk/expo-config-plugin/src/index.ts
picture-in-picture support for Android