An open API service indexing awesome lists of open source software.

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.

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.