https://github.com/a7ul/rn-multiplatform
An example repo which demonstrates a single source code base - Android , IOS and web app using react native and react
https://github.com/a7ul/rn-multiplatform
android boilerplate experiment ios reactnative web webpack2
Last synced: 3 months ago
JSON representation
An example repo which demonstrates a single source code base - Android , IOS and web app using react native and react
- Host: GitHub
- URL: https://github.com/a7ul/rn-multiplatform
- Owner: a7ul
- License: wtfpl
- Created: 2017-05-28T07:07:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T07:27:07.000Z (about 8 years ago)
- Last Synced: 2025-01-09T08:45:47.566Z (5 months ago)
- Topics: android, boilerplate, experiment, ios, reactnative, web, webpack2
- Language: JavaScript
- Homepage:
- Size: 756 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MultiPlatform
Project to demonstrate how to structure a maintainable production grade React Native app that runs on Android, IOS and Web using a single source code base.
To try a demo.
```
1. git clone
2. yarn install
3. yarn run start:android //to run Android demo
4. yarn run start:ios //to run IOS demo
5. yarn run start:web //to run Web demo
```**Screenshot:**
![]()