This is a React Native application developed in Reason.
Please carefully read instructions below in order to enjoy ReasonML development experience.
npx react-native init MyApp --template reason-react-native-template
cd MyApp
react-native-template-reason-react-native-template
, be sure to have
uninstalled any previous react-native-cli version & rely on npx
npm -g uninstall react-native
npm -g uninstall react-native-cli
yarn global remove react-native
yarn global remove react-native-cli
Now that you are ready to go, you can check our documentation on how to use Reason React Native.