https://github.com/dozoisch/rnwebviewmedium
Code example
https://github.com/dozoisch/rnwebviewmedium
Last synced: 9 months ago
JSON representation
Code example
- Host: GitHub
- URL: https://github.com/dozoisch/rnwebviewmedium
- Owner: dozoisch
- Created: 2016-05-07T22:01:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T22:04:10.000Z (about 10 years ago)
- Last Synced: 2025-04-13T10:47:52.203Z (over 1 year ago)
- Language: Objective-C
- Homepage: https://medium.com/rendez-voo/migrating-incrementally-from-a-react-app-to-react-native-part-1-of-2-4566626e4ac5#.q2my7z3ro
- Size: 86.9 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrating Incrementally from React to React Native
# Start
```sh
# iOS
react-native start-ios
# Android
android avd # to run virtual device
react-native start-android
```