react-native-router-flux: Navigations between Scene very very slow
Version
Tell us which versions you are using:
“react”: “16.2.0”, “react-native”: “0.52.2”, “react-native-router-flux”: “^4.0.0-beta.28”,
Expected behaviour
Navigations should be fast.
Actual behaviour
I am doing navigation throughout my app using Actions.pageName();
& it is working very slowly.
I checked other links with same issue but I did not find any solution.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 26 (4 by maintainers)
continues, lag of react native router flux is something important to consider avoiding use this tool.
Be careful if you are not in a release mode because the app could respond very slowly when navigating.
On my end, my app has no worries with the navigation part. It may be slow but only in debug mode, and even more with the remote debugger active but otherwise it’s fine.
And I’m working on an Android device.
I have observed in my app, when data is more on the page, navigation takes time in router flux. Currently I have hard coded Cards, ListView, Items, Grid in my app.