maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

feat: MapLibre Android SDK 11.5.0

Open tyrauber opened this issue 1 year ago • 2 comments

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:fix in the root folder
  • [ ] I have run tests via yarn test in the root folder
  • [ ] I updated the documentation with running yarn generate in the root folder
  • [ ] I mentioned this change in CHANGELOG.md
  • [ ] I updated the typings files (index.d.ts)
  • [ ] I added/updated a sample (/example)

tyrauber avatar Sep 24 '24 10:09 tyrauber

@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.

tyrauber avatar Oct 03 '24 15:10 tyrauber

Changes are looking good. We should test it though, on simulator or device.

caspg avatar Oct 04 '24 15:10 caspg

@caspg, thanks for the review! Builds for both react-native-app and expo-app for ios and android. Cutting as alpha.19.

tyrauber avatar Oct 10 '24 10:10 tyrauber

:tada: This PR is included in version 10.0.0-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Dec 02 '24 11:12 github-actions[bot]