Skip to content

v10.0.0-beta.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@mfazekas mfazekas released this 17 Aug 04:51
· 811 commits to main since this release

Breaking Changes

The setup was changed - see install instructions for more details. In a nuthsell:

  • On both android/ios to select mapbox implementation use RNMapboxMapsImpl/$RNMapboxMapsImpl variable which can be one of (maplibre,mapbox(aka v10),mapbox-gl)
  • Default implementation is maplibre as it requires not further setup. WARNING using mapbox styles from maplibre has different pricing than mapbox native sdk-s.
  • On Podfile $RNMBGL.(pre|post)_install was changed $RNMapboxMaps.(pre|post)_install
  • Package name was changed from @react-native-mapbox-gl/maps to @rnmapbox/maps. If you just testing with the v10 version you can use something like babel-plugin-transform-rename-import to keep using the old imports for a while.
  • Mapbox.setAccessToken now requires Mapbox.setWellKnownTileServer on maplibre.

What's Changed

• Mapbox V10 support (#1750)

New Contributors

Full Changelog: 8.6.0-beta.0...v10.0.0-beta.25