expo-template-rescript
v0.0.6
Published
This is the Expo template that allows you to build mobile applications with use of ReasonML/ReScript.
Downloads
8
Maintainers
Readme
expo-template-rescript
This is the Expo template that allows you to build mobile applications with use of ReasonML/ReScript.
Getting started
- 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
Running the app
- 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!