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
When running the 'Hello World' sample on Android phones, it takes around 5 seconds to load the second panel (with the video and svg animation). During that time the app is frozen in the main panel.
Tested on One Plus 3t and Nexus 4
On iOS and Web, the second panel opens instantly after pressing the button.
The text was updated successfully, but these errors were encountered:
Yes, this appears to be due to the video player component. The sample app uses the "reactxp-video" plugin, which relies in turn on the open-source "react-native-video" module for iOS and Android. The Android implementation of react-native-video appears to have a long loading time for some videos. If you remove the RXVideo component from the second panel, you'll notice that the problem disappears. If you require video for your Android app and this problem proves to be a blocker, I recommend that you reach out to the authors of "react-native-video" or dig into that code yourself to see if you can diagnose it.
When running the 'Hello World' sample on Android phones, it takes around 5 seconds to load the second panel (with the video and svg animation). During that time the app is frozen in the main panel.
Tested on One Plus 3t and Nexus 4
On iOS and Web, the second panel opens instantly after pressing the button.
The text was updated successfully, but these errors were encountered: