Skip to content

BuckleScript bindings to react-native-maps (in Reason syntax)

License

Notifications You must be signed in to change notification settings

sgny/reason-react-native-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuckleScript bindings to React Native Maps

This branch does not support GeoJSON. Please use the geojson branch and the reason-react-native-maps-geojson package if you need support for that format.

Version

These are complete BuckleScript bindings to React Native Maps, in Reason syntax.

Version x.y.z of reason-react-native-maps should be compatible with version x.y.* of react-native-maps.

Changes

Please see the changelog.

Installation

With yarn:

yarn add reason-react-native-maps

With npm:

npm install reason-react-native-maps

react-native-maps should be properly installed if you are using React Native versions below 0.60 linked. Please refer to the relevant instructions.

Finally, reason-react-native-maps should be added to bs-dependencies in BuckleScript configuration of the project (bsconfig.json). For example,

{
  ...
  "bs-dependencies": ["reason-react", "reason-react-native", "reason-react-native-maps"],
  ...
}

Modules

Types

Further documentation will be added later. Documentation has been adapted from that for React Native Maps.

About

BuckleScript bindings to react-native-maps (in Reason syntax)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •