https://github.com/shahednasser/react-native-tutorial
React Native Tutorial
https://github.com/shahednasser/react-native-tutorial
android app expo ios react-native tutorial
Last synced: 9 months ago
JSON representation
React Native Tutorial
- Host: GitHub
- URL: https://github.com/shahednasser/react-native-tutorial
- Owner: shahednasser
- Created: 2021-09-25T12:02:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:43:33.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T14:53:48.873Z (over 1 year ago)
- Topics: android, app, expo, ios, react-native, tutorial
- Language: JavaScript
- Homepage: https://blog.shahednasser.com/react-native-tutorial-create-your-first-app/
- Size: 3.08 MB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Tutorial
Code for [React Native Tutorial](https://blog.shahednasser.com/react-native-tutorial-create-your-first-app/)
## Installation
After cloning the repository run:
```bash
npm i
```
## Run App
To run the app:
```bash
npm start
```
You will need [Expo Go](https://expo.dev/client) installed on your phone to be able to view the app.