Early, experimental version of BuckleScript / ReasonReact / bs-react-native support integrated into Create React Native App to make starting a Reason project with React Native dead simple.
yarn global add create-react-native-app
create-react-native-app HelloWorldRe --scripts-version reason-react-native-scripts
cd HelloWorldRe
yarn start
You will see some peerDependencies warnings, don't worry about it. I told you this was early and experimental, right? 😅
yarn && yarn start
will start a watcher that will build artifacts and place them in the build directory.