1- Descargar el backend de Node: https://github.com/Klerith/RN-Backend-MERN-CAFE
2- Configuración de Mongo Atlas https://www.mongodb.com/cloud/atlas
3- Configuración de hosting de imágenes - Cloudinary https://cloudinary.com/
1- Descargar el backend de Node: https://github.com/Klerith/RN-Backend-MERN-CAFE
2- Configuración de Mongo Atlas https://www.mongodb.com/cloud/atlas
3- Configuración de hosting de imágenes - Cloudinary https://cloudinary.com/
| import React, { useState } from 'react'; | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| ScrollView, | |
| TouchableOpacity, | |
| Image, | |
| ActivityIndicator, | |
| Dimensions, |
| apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" |
| // 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 |