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.
- Host: GitHub
- URL: https://github.com/thinkswan/react-native-shared-components
- Owner: thinkswan
- Created: 2022-09-27T20:31:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T01:24:04.000Z (over 3 years ago)
- Last Synced: 2025-01-03T19:24:03.687Z (about 1 year ago)
- Topics: javascript, react, react-native, tutorial
- Language: Java
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```