Funcionalidad
: Se trata de un e-commerce de productos varios.
- npm start
-
Expo Fonts
:- npm install expo-font
-
Navegación
:- npm install @react-navigation/native
- npm install react-native-screens
- npm install react-native-safe-area-context
- npm install @react-navigation/native-stack
- npm install @react-navigation/bottom-tabs
-
Redux
:- npm install @reduxjs/toolkit react-redux
-
Yup
:- npm install yup
-
Image Picker
:- npm install expo-image-picker
-
Expo Location
:- npm install expo-location
- Fuentes: https://docs.expo.dev/versions/latest/sdk/font/
- Iconos: https://oblador.github.io/react-native-vector-icons/
- Navegación: https://reactnavigation.org/docs/getting-started
- Redux: https://redux-toolkit.js.org/tutorials/quick-start
- Redux Query: https://redux-toolkit.js.org/rtk-query/overview
- Firebase Auth: https://firebase.google.com/docs/reference/rest/auth?hl=es-419
- Yup: https://www.npmjs.com/package/yup
- Image picker: https://docs.expo.dev/versions/latest/sdk/imagepicker/
- Google Maps:
- https://developers.google.com/maps/documentation/maps-static/overview?hl=es-419
- https://www.cloud.google.com
- https://developers.google.com/maps/documentation/geocoding/requests-reverse-geocoding?hl=es-419
- Expo Location: https://docs.expo.dev/versions/latest/sdk/location/
- .env: https://miguelquispe.com/blog/variables-de-entorno-expo-react-native
- Json: https://dummyjson.com/#google_vignette
- Colores: https://color.adobe.com/es/create/color-wheel
Realizado por Cecilia Perdomo
, el 28 de Febrero 2024.