Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Navigation v3 vs. React Native Navigation v2

I would like an update about this previous topic. At the time, react-native-navigation seems to have way better performance than React Navigation.

How is it with newer version?

For exemple, the use of StackNavigator slows my App besause of the pushing views, I prefer use this.props.navigation.replace('NewPage') than this.props.navigation.navigate('NewPage') for better performance.

But I heard about react-native-navigation and was wondering if the difference in terms of performance was really relevant.

like image 433
saratv Avatar asked Sep 19 '26 10:09

saratv


1 Answers

IMHO, react-navigation better than react-native-navigation. I did have a lot of chances to compare them (long 2 years in RN development). React-navigation now is pretty fast, and if you develop right with redux and etc, you will not see the problems with perfomance. BUT on other side react-native-navigation is more native and it will bring a lot of crashes to your application for sure, because underhood there a lot of native code with native problems. It is easy to mesure by count of issues on github pages.

like image 89
Vitalii Obideiko Avatar answered Sep 20 '26 22:09

Vitalii Obideiko



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!