This is a cross platform reimplementation of react native. It's written in Reason (a syntax for OCaml) and it's targetting native machine code for best performance. It's the best of both worlds: speed, portability, and great APIs.
There's a catch though: it's just a proof of concept.
- install opam
opam switch 4.04.0_ios -A 4.04.0
eval `opam config env`
- Follow installation instructions here
opam pin add jbuilder https://github.com/janestreet/jbuilder.git
opam install jbuilder reason
jbuilder build -x ios
- this builds the sources insidesrc
- open
OCaml.xcodeproj
- Click run
For contributing:
- run
jbuilder runtest
to run tests
This project is directly based on work by Cristiano Calcagno (React Mini) and whitequark (opam-cross-*).