https://github.com/thamerh/react-native-navigation-master
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.
https://github.com/thamerh/react-native-navigation-master
animated bottom-tabs-navigator cli navigation-drawer react-native typescript
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/thamerh/react-native-navigation-master
- Owner: thamerh
- Created: 2023-10-14T17:43:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T23:34:00.000Z (over 1 year ago)
- Last Synced: 2025-01-09T07:49:43.243Z (5 months ago)
- Topics: animated, bottom-tabs-navigator, cli, navigation-drawer, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 929 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Custom Drawer and Bottom Tab Navigation App
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.
### Bottom Tab Navigation
### Drower Navigation
## Table of Contents
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Customization](#customization)
- [Screens](#screens)
- [License](#license)## Features
- Custom Drawer Navigation
- Bottom Tab Navigation
- Easily customizable
- Navigate between multiple screens
- Add your own screens and functionality## Prerequisites
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)## Installation
1. Clone the repository:
```bash
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# Learn More
To learn more about React Native, take a look at the following resources:
- [React Native Website](https://reactnative.dev) - learn more about React Native.
- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.