This is a React Native mobile application that implements custom Drawer Navigation and Bottom Tab Navigation. It allows users to navigate between different screens in a user-friendly way.
- Custom Drawer Navigation
- Bottom Tab Navigation
- Easily customizable
- Navigate between multiple screens
- Add your own screens and functionality
Before you begin, ensure you have met the following requirements:
- Node.js installed
- React Native development environment set up
- Basic knowledge of React Native and navigation libraries (e.g., React Navigation)
- Clone the repository:
git clone https://github.com/thamerh/react-native-navigation-master.git cd react-native-navigation-master npm install react-native run-ios # or react-native run-android
To learn more about React Native, take a look at the following resources:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native
- the Open Source; GitHub repository for React Native.