Skip to content

Instantly share code, notes, and snippets.

View jorneycr's full-sized avatar
🏠
Working from home

Jorney Lopez jorneycr

🏠
Working from home
View GitHub Profile
@jorneycr
jorneycr / index.js
Created April 1, 2024 19:39 — forked from codigoconjuan/index.js
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
npm init