react-native-web-expo-boilerplate
react-native-web-expo-boilerplate copied to clipboard
I am no longer in maintenance
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
- https://react-native-web-fiber-boilerplate-73ecq6jil.now.sh/
Build the bundle
npm run build
cd web/dist
python -m SimpleHTTPServer
Develop with webpack-dev-server
npm start
On Expo
- https://expo.io/@agrcrobles/ReactNativeWebBoilerplate
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