React Native template for applications developed with ReScript.
- Node.js ≥ 22.11
- A working React Native environment
npx @react-native-community/cli@latest init MyApp --template @rescript-react-native/template
cd MyAppThen run the ReScript watcher alongside Metro:
npm run res:watch
npm startSee the ReScript React Native docs for how to build your app from here.