Awesome
expo + react-native-web boilerplate
Trying how expo and react-native-web play together with webpack
Overview
A minimum boilerplate to configure react-native-web
+ expo
Prerequisites
- Node LTS
More info look into the getting started guide
Quick start
git clone --depth 1 https://github.com/agrcrobles/react-native-web-fiber-boilerplate.git
On Web
Build the bundle
npm run build
cd web/dist
python -m SimpleHTTPServer
Develop with webpack-dev-server
npm start
On Expo
More info
- See the following fork from @hectahertz for testing
react-native-typography
TODO
- Add HMR
- Upgrade react version to support hooks
- Add babel support for static images
- Add react-native-vector-icons
- ...
Contributing
PR, stars ✭ and issue reporting, welcome!
License
MIT