https://github.com/setxpro/routes-app-react-nativer
Rotas dinamicas com Expo - Tab Navigation /Drawer Navigation /Stack Navigation
https://github.com/setxpro/routes-app-react-nativer
drawer-navigation expo gesture-handler navigation react-native reanimated stack-navigation tab-navigation typescript
Last synced: about 2 months ago
JSON representation
Rotas dinamicas com Expo - Tab Navigation /Drawer Navigation /Stack Navigation
- Host: GitHub
- URL: https://github.com/setxpro/routes-app-react-nativer
- Owner: setxpro
- Created: 2023-07-20T23:15:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T23:21:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T20:31:00.733Z (4 months ago)
- Topics: drawer-navigation, expo, gesture-handler, navigation, react-native, reanimated, stack-navigation, tab-navigation, typescript
- Language: TypeScript
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libraries
# Dependencies```
npm install @react-navigation/native
``````
npx expo install react-native-screens react-native-safe-area-context
```# Type Routes
npm install @react-navigation/bottom-tabsnpm install @react-navigation/drawer
npm install @react-navigation/native-stack
# Dependence libs
```
npm install react-native-gesture-handler react-native-reanimated
```# Add the library as the first import in App.tsx
```
import 'react-native-gesture-handler';```
# Reanimated plugin in babel.config
```
plugins: ['react-native-reanimated/plugin'],
```# Version
npx expo install react-native-gesture-handler@~2.9.0 react-native-reanimated@~2.14.4