Spharian

Results 17 comments of Spharian

Same issue here since updating to `@livekit/react-native: "2.7.0"`

@radko93 Not fixed after updating every LiveKit packages to the latest. @arekkubaczkowski solution's works but it's not optimal.

> There is nothing special to do on Android, put your activity in pip mode and adapt to the size change in your app. Some applications implement auto PiP mode...

> You can enter PiP mode programatically in the "on user leave hint" activity lifecycle method. Ooh. Do you think I should use something like https://github.com/adkaushik/react-native-pip-android ? Thanks for your...

For those wondering (@fukemy), used https://github.com/EdgarJMesquita/expo-pip and it worked like a charm for Android. Only waiting for this merge for iOS and our users will be very happy haha. Thanks...

Same issue even with the last update. For now, 2 other options to make it work correctly if you cannot use `Text` as child of `ContextMenu.Trigger`: - `Button` from `@expo/ui/swift-ui`...