A little bit of fun to see if I could get react native working with halogen. I got a basic toggle button working.
> npm install -g react-native-cli
> npm install
> bower install
> npm run build-basic
> react-native start
> react-native run-ios
An experiment to get halogen working with react native.
PureScriptApache-2.0