Example of elm-native-ui with react expo
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.babelrc
.flowconfig
.gitignore
.watchmanconfig
App.js
App.test.js
README.md
app.json
elm-package.json
package.json
yarn.lock

README.md

Example project for elm-native-ui with react expo

Getting started

$ npm install -g create-react-native-app
$ elm-install
$ yarn install
$ npm run build
$ npm run start

Then install the react Expo app on iphone or android and use the QR code shown in your console to start the app

Auto rebuild

A quick solution is to use entr ($ brew install entr).

Console1

$ find src | entr sh -c "npm run build"

Console2

$ npm run start