Home

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

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

TODO

Contributing

PR, stars ✭ and issue reporting, welcome!

License

MIT