An open API service indexing awesome lists of open source software.

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

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:**