Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agrcrobles/react-native-web-boilerplate
I am no longer in maintenance
https://github.com/agrcrobles/react-native-web-boilerplate
electron react react-boilerplate
Last synced: 15 days ago
JSON representation
I am no longer in maintenance
- Host: GitHub
- URL: https://github.com/agrcrobles/react-native-web-boilerplate
- Owner: agrcrobles
- Created: 2016-07-02T11:50:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T00:22:00.000Z (almost 7 years ago)
- Last Synced: 2024-04-04T11:53:20.805Z (7 months ago)
- Topics: electron, react, react-boilerplate
- Language: JavaScript
- Homepage:
- Size: 21.5 MB
- Stars: 72
- Watchers: 10
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate for react native and web
> For React 16 see [react-native-web-fiber-boilerplate](https://github.com/agrcrobles/react-native-web-fiber-boilerplate)
## Overview
An easy, experimental and simple way to configure `react-native-web` and `react-navigation`.
## modules cross platform
- [built in navigators on web](https://github.com/react-community/react-navigation) hmm,
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) react-native-vector-icons
- [touchable bounce](https://github.com/grabbou/react-native-touchable-bounce) It is not added in react-native-web### Web
```
cd react-native-web-boilerplate
yarn
yarn web
```
Open `http://localhost:3000/`### IOS
```
yarn start
yarn ios
```### More information
- babel preset: `babel-preset-react-native` is recommended in mobile and in web ( and it hot reloads! )
- packager: metro bundler packager is used
- jest: experimental## CONTRIBUTING
PR, stars ✭ and issue reporting, welcome!
## LICENSE
MIT