https://github.com/brucewind/myrnexercise
Excecising React Native.
https://github.com/brucewind/myrnexercise
Last synced: 2 months ago
JSON representation
Excecising React Native.
- Host: GitHub
- URL: https://github.com/brucewind/myrnexercise
- Owner: BruceWind
- Created: 2022-03-17T06:25:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T11:22:52.000Z (about 4 years ago)
- Last Synced: 2025-01-26T18:47:02.539Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyRNTest
## how to run it.
I recommand openning it in VS Code.
### At the first time.
```
npm install
```
### run it.
Connecting an emulator or device in advance of this step.
1. Open a couple of terminals.
2. one of them run:
```
npm run start
```
3. another of them run:
```
npm run android
```
### In addition
If you run it on emulator, you may got white screen. To solve it, run:
```
adb reverse tcp:8081 tcp:8081
adb shell input keyevent 82
```
And then click "setting" in emulator, to set debug server host and port to `127.0.0.1:8081`.