THIS REPO IS OBSOLETE.
Work continues in https://github.com/reasonml-community/bs-react-native/tree/master/bs-react-native-next.
React Native bindings for ReasonReact's hooks branch.
The goal is zero-cost bindings (or as close to that ideal as possible).
To see the difference, compare e.g.
- https://github.com/cca-io/cca-bs-react-native/blob/master/lib/js/src/FlatList.js vs. https://github.com/reasonml-community/bs-react-native/blob/master/lib/js/src/components/flatList.js or
- https://github.com/cca-io/cca-bs-react-native/blob/master/lib/js/src/Alert.js vs. https://github.com/reasonml-community/bs-react-native/blob/master/lib/js/src/alert.js.
Status: Incomplete. Some files (Style, AnimatedRe, ...) are currently just copied from https://github.com/reasonml-community/bs-react-native.