This is the Expo template that allows you to build mobile applications with use of ReasonML/ReScript.
- Install Expo CLI:
npm install -g expo-cli
- Create an app using the template:
expo init -t expo-template-rescript
- Set the name for your project
- Navigate to your project's directory:
cd PROJECT_NAME
- In one terminal run ReScript compiler in watch mode:
yarn re:watch
- In another terminal start the Expo app:
yarn start
- Happy coding!