Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giancastle/hellooow-react-native
A siiimple app made for Mobile Dev Day RD 🥳
https://github.com/giancastle/hellooow-react-native
mobile-dev-day react-native
Last synced: 29 days ago
JSON representation
A siiimple app made for Mobile Dev Day RD 🥳
- Host: GitHub
- URL: https://github.com/giancastle/hellooow-react-native
- Owner: GianCastle
- Created: 2020-02-28T19:05:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:37:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T05:38:47.908Z (almost 2 years ago)
- Topics: mobile-dev-day, react-native
- Language: Objective-C
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Hellooow React Native
### Instrucciones de instalación
1 - Clona este repositorio ```git clone https://github.com/GianCastle/hellooow-react-native```
2- Dentro de la carpeta del proyecto, abrimos una terminal y corremos ```npm install ``` o ```yarn install ```
3- Luego, corremos ``` yarn start```, en otra ventana de una terminal, corremos ```react-native run-ios``` o ```react-native run-android```
Debemos de tomar en cuenta que tenemos que tener instalado React Native y también los emuladores. Puedes seguir el tutorial de instalación de React Native en el link que dejo debajo (tener pendiente seguir los pasos de instalacion de React Native CLi)
https://reactnative.dev/docs/getting-started
¡A ensuciarse las manos!