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

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

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
```