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