7.2.0 Release
This release updates the Mapbox iOS SDK.
Breaking changes for iOS installations
While there are no breaking changes in the way the library is used, the install method has been changed and we've dropped support for RN0.59 and below. The reason for this is that Mapbox has changed the way they bundle the Native SDK, which greatly complicated manual installation.
You must now use Cocoapods to install this library on iOS. See iOS installation instructions for updated instructions. If you already installed this library via pods, just run pod install
and you should be good to go.
If you previously installed this library manually, make sure you unlink and remove the Mapbox.framework and headers from your project and then follow the pod installation process.
If you are unable to use pods or on RN0.59 or lower, you can safely use version 7.0.8 of this library.