https://github.com/hu2di/react-native-learning
Learning react-native basic with many example
https://github.com/hu2di/react-native-learning
basic build command device learning react-native run tutorials
Last synced: about 2 months ago
JSON representation
Learning react-native basic with many example
- Host: GitHub
- URL: https://github.com/hu2di/react-native-learning
- Owner: hu2di
- Created: 2017-03-28T06:29:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T15:15:05.000Z (over 3 years ago)
- Last Synced: 2025-06-13T04:42:37.115Z (about 1 year ago)
- Topics: basic, build, command, device, learning, react-native, run, tutorials
- Language: Objective-C
- Homepage:
- Size: 3.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### react-native-learning
Learning react-native basic with many example
1. Hello World project
2. Props, Component tutorials
3. State in React Native
4. Dialpad view
5. Note app
6. Chat view app
7. Login view client and server
8. Image
9. E Commerce
10. Component LifeCycle
### install react-native
install note.js
npm install -g react-native-cli
### init project
react-native init HelloWorld
cd HelloWorld
react-native start
### build on Android or iOS
react-native run-android
react-native run-ios
### Running React Native Project On Physical Device
open command window
cd to folder ..\sdk\platform-tools
adb reverse tcp:8081 tcp:8081
### About
- Created by HuyHung Dinh
- GitHub: https://github.com/hu2di
- Email: hebitaxy@gmail.com