https://github.com/imadmi/react-naviagtion
The purpose of this Expo app is to implement different navigations in React Native.
https://github.com/imadmi/react-naviagtion
expo nativewind react-native reactnavigation
Last synced: about 2 months ago
JSON representation
The purpose of this Expo app is to implement different navigations in React Native.
- Host: GitHub
- URL: https://github.com/imadmi/react-naviagtion
- Owner: imadmi
- Created: 2024-05-19T12:32:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:00:07.000Z (about 2 years ago)
- Last Synced: 2025-07-01T09:04:43.447Z (11 months ago)
- Topics: expo, nativewind, react-native, reactnavigation
- Language: JavaScript
- Homepage:
- Size: 533 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to react naviagtion app 👋
The purpose of this [Expo](https://expo.dev) app is to implement different navigations in React Native.
https://github.com/imadmi/react-naviagtion/assets/81130422/6145934b-b487-46ae-8c60-d13a92bcf0a4
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npm start
```
## Dependencies
```bash
npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
npx expo install react-native-gesture-handler
npx expo install react-native-reanimated
npx expo install expo-system-ui
npm install @react-navigation/bottom-tabs
npm install @react-navigation/native-stack
npm install @react-navigation/drawer
npm install @react-navigation/material-top-tabs
npx expo install react-native-pager-view
npm install nativewind
npm install --save-dev tailwindcss@3.3.2
```