Home

Awesome

Example purescript-reactnative Movie app

This is a purescript-reactnative & purescript-dispatcher-react based port of the Movies example react native app, with a couple of differences at the moment:

Running it on Android

Start your emulator or phone

npm install
npm run build:android
react-native run-android

You may also have to start the react-native dev server with (in the repo dir):

react-native start

also you may need to proxy the dev server with:

adb reverse tcp:8081 tcp:8081

Running on iOS

screenshot

yarn install
yarn start
yarn build:ios

Some notes: