You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added HomeIndicatorViewController to iOS, which can be used as an alternative rootViewController for the native App. It will automatically show/hide the home indicator when transitioning from/to fullscreen presentationMode.
Changed
Simplified the viewController reparenting mechanism on iOS that is applied when changing the presentationMode to/from fullscreen.
The MediaPlaybackService on Android is never restarted if a MediaButton event is received after the app was closed.
Added a consumer R8 config file on Android, telling R8 not to throw errors or warnings because of classes that are expected to be missing.