MingHieu

Results 4 comments of MingHieu

> You can use this for android `if (orientation === "LANDSCAPE") { StatusBar.setHidden(true, "none"); } else { StatusBar.setHidden(false, "none"); }` When I change it to hidden, the phone will auto...

@manuquentin When the app in kill state and screen is locked, I swipe to answer and my app not even start until I press the icon on the native call...

Having the same problem. None of onConferenceWillJoin, onConferenceJoined, onConferenceTerminated fired. It just keep loading.

> Are you creating the AnimatedPressable out of component ? Yes, is anything wrong?