Skip to content

haxe-react/haxe-react-native-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haxe + React Native Sample

Barebone sample for building a React Native project from Haxe.

Required Haxe version: 3.3.0-rc1 or later.

Usage

yarn global add react-native-cli # or `npm install -g react-native-cli`
git clone --recursive https://github.com/haxe-react/haxe-react-native-sample
cd haxe-react-native-sample
haxe ios.hxml && haxe android.hxml
cd bin
yarn # or `npm install`
react-native run-ios # or `react-native run-android`