Web / React native Interview questions
What is react-navigation?
React Navigation is a standalone library that enables you to implement navigation functionality in a React Native application. It also enables structuring your application using multiple screens.
React Navigation is written in JavaScript and does not directly use the native navigation APIs on iOS and Android.
More Related questions...