Este proyecto reúne el código y los recursos destinados a la aplicación para teléfonos móviles que sirve de front-end para Seedyfiuba y conecta con servicios de terceros para facilitar algunas características de cara al usuario, como ser la autenticación y la subida de imágenes.
In order to use this project you'll ned to have the following tools.
- NodeJS (recommended v12.x or newer)
- npm
- expo
- git
-
Clone the repository:
- With HTTPS
git clone https://github.com/Taller2SeedyFiuba/Seedyfiuba_app.git
- With SSH
git clone [email protected]:Taller2SeedyFiuba/Seedyfiuba_app.git
-
Install npm packages. In the project directory run:
npm install
-
Set up environment variables in an
.env
named file based on.env.example
In the project directory run:
npm start
The application has the following structure:
src
├───components
├───functions
├───navigators
├───providers
└───screens
In the main directory can be found index.js
and App.js
. The last one is the main component.