Skip to content
Prev Previous commit
Next Next commit
README
  • Loading branch information
andywhite37 committed May 15, 2023
commit 69ceeaece4577a17e7f848c1db2d2828708b4eca
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ There is also not a newer version of `reason-react-native` - the newer version o

## Port Status

The code is ported and compiling, but I'm not sure if it works correctly at this point.
The code is ported and compiling, and there is an example that appears to be working.

There are a couple interesting things going on with the `Interop` module and some module unpacking in a few of the modules.

There were a lot of `#` string style polymorphic variants in the Rescript code. I changed these to normal polymorphic variants in the Reason code, but we might need to do something to make them convert to strings in the JS code.

## Example

The `example/` directory was based on this version of an old `reason-react-native` template: https://github.com/rescript-react-native/template/tree/0.63.0
Expand Down