https://github.com/redayzarra/study-react-native
https://github.com/redayzarra/study-react-native
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redayzarra/study-react-native
- Owner: redayzarra
- Created: 2023-06-04T13:07:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T16:54:43.000Z (over 1 year ago)
- Last Synced: 2025-03-21T14:21:27.332Z (7 months ago)
- Language: JavaScript
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Basics
## Project
If you would like to find out more about the project, please checkout: [Insert Link](https://github.com/redayzarra)
## Installing the libraries
This project uses React Native as well as many essential libraries which can be installed by:
```bash
> npm i -g expo-cli
> npx create-expo-app --template
> npm i
> npm run dev
```