Skip to content

Releases: nitaliano/react-native-mapbox-gl

0.4.2

17 Sep 17:56
Compare
Choose a tag to compare
  • Updates to [email protected]
  • With this comes many stability fixes and allows users to use mapbox gl v8 styles.

0.4.1

27 Aug 16:11
Compare
Choose a tag to compare

0.4.0

30 Jul 00:34
Compare
Choose a tag to compare
  • Adds support for react-native 0.8.0
  • Adds support for custom annotation images
    • API looks like:
{
  latitude: 40.714541341726175,
  longitude:  -74.00579452514648,
  title: 'Important!',
  subtitle: 'Neat, this is a custom annotation image',
  annotationImage: {
    url: 'https://cldup.com/7NLZklp8zS.png',
    height: 25,
    width: 25
  },
  id: 'marker2'
}

0.3.0

01 Jul 17:58
Compare
Choose a tag to compare

Updates and bug fixes:

  • Adds compatibility with react-native through 0.7.0
  • Updates mapbox-gl-native to 0.4.0. You should see improved label density.
  • Minor changes under the hood around propagating events
  • Fixes an issue where onRegionChange and onRegionWillChange threw an error if one was not present

Note: there is a new step added to the install process requiring you to add a Settings.bundle file. Click Build Phases then Copy Bundle Resources. Click the + button. When the modal appears, click Add other. Add node_modules/react-native-mapbox-gl/RCTMapboxGL/Settings.bundle See install.md for more information.

0.2.1

26 Jun 23:59
Compare
Choose a tag to compare
Update package.json

0.2.0: Merge pull request #50 from bsudekum/rightcallout

26 Jun 23:56
Compare
Choose a tag to compare

0.1.5

15 Jun 04:40
Compare
Choose a tag to compare

Adds onRegionWillChange event handler

0.1.4

04 Jun 15:28
Compare
Choose a tag to compare

Adds:

  • removeAnnotation method
  • selectAnnotationAnimated method for opening annotation callouts

0.1.3

31 May 17:34
Compare
Choose a tag to compare

Adds addAnnotation method for adding annotations without redrawing the map.

0.1.2

24 May 17:53
Compare
Choose a tag to compare
Update package.json