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

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

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-tabs

npm 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