yarn @react-native-mapbox-gl/maps 8.2.0-beta1

latest releases: 8.6.0-beta.0, 8.5.0, 8.4.0...
3 years ago

Breaking changes:

  • Use pre_install hook to support non use_frameworks! usage #1262. Please add the following to your Podfile:
       pre_install do |installer|
         $RNMBGL.pre_install(installer)
         ...
       end
    and
       post_install do |installer|
         $RNMBGL.post_install(installer)
         ...
       end

Other changes:

  • Add course to the location events #1209
  • Fix heading indicator alignment #1215
  • App crash when ProGuard is set to true #1184
  • [iOS] Implemented ShapeSource.features(...) method #1140
  • style json support on styleURL #1102
  • Fix: onUpdate not called when renderMode is native #1135

Don't miss a new maps release

NewReleases is sending notifications on new releases.