Skip to content

draftbit/reason-expo

Repository files navigation

Reason Expo Logo

reason-expo

ReasonML bindings for Expo


NPM version badge

Getting started

Use the Expo CLI to bootstrap a project with the ReasonExpo template.

expo init <PROJECT_NAME> --template expo-template-reason

Already have an existing Expo Project?

Follow this guide by Peter Piekarczyk on getting ReasonML set up in an existing React Native app.

Once completed, yarn add reason-expo, and add "reason-expo" to your bs-dependencies array in bsconfig.json. Now get coding!

Contributing

Fork this repo, clone it onto your machine, install dev dependencies with yarn install::dev, start the compiler with yarn start, and start hacking away!

Credit: This project is based on the work started in bs-expo.