ReasonML / BuckleScript bindings for react-native-webview.
Exposed as the ReactNativeWebView module.
Version x.y.z of @reason-react-native/webview is intended to be compatible with version x.y.z of @react-native-community/react-native-webview.
When react-native-webview is properly installed & configured by following their installation instructions, you can install the bindings:
npm install @reason-react-native/webview # or yarn add @reason-react-native/webview@reason-react-native/webview should be added to bs-dependencies in your bsconfig.json. For example,
{ //... "bs-dependencies": [ "reason-react", "@reason-react-native/react-native", // ... + "@reason-react-native/webview" ], //... }Documentation will be added later.
Check the changelog for more information about recent releases.
Read the contribution guidelines before contributing.
We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.