|
|
|
|
|
by htormey
3380 days ago
|
|
Awesome! I wonder how this compares to wix's native navigation stack: https://github.com/wix/react-native-navigation The problem with all the JS based navigation stacks for React Native (react-native-router-flux, react-router, React Navigation) that I have tried is that if you need to have a back stack, they keep the previous scene in memory. i.e if you look at the 3D view hierarchy in XCode you will see the screen prior to the one you pushed. This really sucks for overdraw perf and completely breaks accessibility on Android. See: https://react-native.canny.io/feature-requests/p/navigator-b... |
|