Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created February 20, 2020 22:49
Guía para instalar React Navigation 5
// Instalar react-navigation/native
npm install @react-navigation/native
// Instalar las dependencias
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
// Instalar navegación en Stack
npm i @react-navigation/stack
// Si desarrollas una app para iOS
cd ios/
pod install
// En Android android/app/build.gradle
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
// en el App.js
import 'react-native-gesture-handler';
@LlamameBugCode
Copy link

solucionastes ?

@jorneycr
Copy link

@manuelcalso
Copy link

npm warn deprecated @react-native-community/masked-view@0.1.11: Repository was moved to @react-native-masked-view/masked-view

@parisollie
Copy link

Sigue funcionando aún <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment