Barebone sample for building a React Native project from Haxe.
Compiles with React-Native 0.64.2
To get started with this project, you must follow the initial developer environment setup located on the react native site. Once you have completed the above you can follow through with the below steps.
Follow the instructions for React Native CLI Quickstart
- Clone the repo
git clone --recursive https://github.com/Jarrio/react-native-welcome-project.git
- cd
react-native-welcome-project
- run
haxe android.hxml
- cd
bin
- run
npm install
- run
react-native run-android
It's working!