Skip to content

dsuprano/parce-una-pola

Repository files navigation

Parce, una pola

Logo

"Parce, una pola" permite el registro de usuarios, creación de grupos, seleccionar cervezas y añadir al carrito.

Enlace de descarga

Cumplimiento de requerimientos

  • 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)

Getting Started

Step 1: Start Metro

# Using npm
npm start

# OR using Yarn
yarn start

Step 2: Build and run your app

With 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:

Android

# Using npm
npm run android

# OR using Yarn
yarn android

iOS

For 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 install

Then, and every time you update your native dependencies, run:

bundle exec pod install

For more information, please visit CocoaPods Getting Started guide.

# Using npm
npm run ios

# OR using Yarn
yarn ios

About

Parce, una pola

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors