"Parce, una pola" permite el registro de usuarios, creación de grupos, seleccionar cervezas y añadir al carrito.
- Lista de Cervezas
- Carrito de Compras Colaborativo
- Notificaciones Push ** (No implementado)
- Persistencia de Datos
- Unit Testing ** (Implementación incompleta, solo test global)
- Arquitectura Modular
- Seguridad
- Integración con APIs Nativas (opcional) ** (Implementación incompleta, solo librería de geolocalización)
- Performance Avanzado (opcional)
- Animaciones con Reanimated (opcional)
# Using npm
npm start
# OR using Yarn
yarn startWith Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android or iOS app:
# Using npm
npm run android
# OR using Yarn
yarn androidFor iOS, remember to install CocoaPods dependencies (this only needs to be run on first clone or after updating native deps).
The first time you create a new project, run the Ruby bundler to install CocoaPods itself:
bundle installThen, and every time you update your native dependencies, run:
bundle exec pod installFor more information, please visit CocoaPods Getting Started guide.
# Using npm
npm run ios
# OR using Yarn
yarn ios