maplibre-react-native
maplibre-react-native copied to clipboard
feat: MapLibre Android SDK 11.5.0
Description
Update MapLibre Android SDK to 11.5.0
Checklist
- [ ] I have tested this on a device/simulator for each compatible OS
- [ ] I formatted JS and TS files with running
yarn lint:fixin the root folder - [ ] I have run tests via
yarn testin the root folder - [ ] I updated the documentation with running
yarn generatein the root folder - [ ] I mentioned this change in
CHANGELOG.md - [ ] I updated the typings files (
index.d.ts) - [ ] I added/updated a sample (
/example)
@caspg, can I get extra eyes on this? This updates to the latest Android SDK, but also includes downloading the style-spec in the build process. Turns out the style-spec doesn't use semantic versioning and so we should keep the app up-to-date by pulling and building from it. It was out of date.
Changes are looking good. We should test it though, on simulator or device.
@caspg, thanks for the review! Builds for both react-native-app and expo-app for ios and android. Cutting as alpha.19.
:tada: This PR is included in version 10.0.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: