This is a simple react native application built for explaining practical usage of Navigator component in a real world application.
- Efficiently managing routes using a seperate
routes.jsfile. - Managing transition animations between different scenes.
- Creating a Splash screen.
- Handling Swipe gesture to move back to previous screens.
- Handling Back button in Android using
BackAndroidcomponent.
This app was used as the Demo app for my "Navigation in React Native" talk in React Native Chennai - Introduction to React Native meetup
MIT