[](https://github.com/sgny/reason-react-native-maps/actions) [](https://www.npmjs.com/package/r
npm install reason-react-native-maps

These are complete BuckleScript bindings toReact Native Maps,
in Reason syntax.
Version x.y.z of reason-react-native-maps should be compatible with versionx.y.* of react-native-maps.
Please see the changelog.
With yarn:
``shell`
yarn add reason-react-native-maps
With npm:
`shell`
npm install reason-react-native-maps
react-native-maps should be properly installed, and linked if you are using
React Native versions below 0.60. Please refer to the relevant
instructions.
Finally, reason-react-native-maps should be added to bs-dependencies inBuckleScript configuration of the project (bsconfig.json). For example,
`json`
{
...
"bs-dependencies": ["reason-react", "reason-react-native", "reason-react-native-maps"],
...
}
Further documentation will be added later. Documentation has been adapted from
that for React Native Maps`.