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

https://github.com/thinkswan/react-native-shared-components

A React Native app that shares components with a React web app.
https://github.com/thinkswan/react-native-shared-components

javascript react react-native tutorial

Last synced: 12 months ago
JSON representation

A React Native app that shares components with a React web app.

Awesome Lists containing this project

README

          

# react-native-shared-components

A React Native app that shares components with a React web app.

Based on the following tutorial: [Sharing code with React Native for Web](https://blog.logrocket.com/sharing-code-react-native-web/)

## Get started

```
yarn
yarn run ios
yarn start
open http://localhost:1234
```