https://github.com/rricard/multireact
Multiplatform React experiment
https://github.com/rricard/multireact
android ios javascript react react-native web
Last synced: about 2 months ago
JSON representation
Multiplatform React experiment
- Host: GitHub
- URL: https://github.com/rricard/multireact
- Owner: rricard
- Created: 2017-06-06T13:41:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T20:15:38.000Z (about 9 years ago)
- Last Synced: 2026-02-20T03:37:18.936Z (4 months ago)
- Topics: android, ios, javascript, react, react-native, web
- Language: JavaScript
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web/iOS/Android project
This is an example project showing how you can simultenaously target multiple platforms.
## Dependencies
```
yarn || npm i
```
## Run
### Web
```
yarn start
```
### Native
```
yarn start-native
```
You will need to scan the QR code on the Expo app on your device.
## Test
```
yarn test
```