Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 312 Bytes

File metadata and controls

16 lines (12 loc) · 312 Bytes

purescript-halogen-reactnative

A little bit of fun to see if I could get react native working with halogen. I got a basic toggle button working.

Running the example

> npm install -g react-native-cli
> npm install
> bower install
> npm run build-basic
> react-native start
> react-native run-ios