Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pranit-harekar/react-native-web-boilerplate

Integrate react native web with existing react native app
https://github.com/pranit-harekar/react-native-web-boilerplate

react react-native react-native-web reactnativeweb

Last synced: 5 days ago
JSON representation

Integrate react native web with existing react native app

Awesome Lists containing this project

README

        

# React-Native-Web-Boilerplate

This is a simple boilerplate for integrating React Native for Web in an existing React Native project. It includes minimal configs & dependencies enough to get you started with React Native for Web.

## Quick Start

iOS:

- Start metro bundler `$ yarn start`
- Run iOS app `$ yarn ios`

Web:

- Start webpack dev server `$ yarn build:web`
- Access the web app at http://localhost:9000/

screen shot 2019-02-23 at 11 29 01 am

## Reference Links

- [React Native](https://facebook.github.io/react-native/docs/getting-started.html)
- [React Native for Web](https://github.com/necolas/react-native-web)
- [Webpack](https://webpack.js.org/)

Pull request to improve this boilerplate are always welcomed :tada: