Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 741 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 741 Bytes

Haxe + React Native Sample

Barebone sample for building a React Native project from Haxe.

Compiles with React-Native 0.64.2

Using react native

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

Using this repo

  1. Clone the repo git clone --recursive https://github.com/Jarrio/react-native-welcome-project.git
  2. cd react-native-welcome-project
  3. run haxe android.hxml
  4. cd bin
  5. run npm install
  6. run react-native run-android

It's working!