From 8a2b00e67ba6398f3f6e6f52e98b0f0cea437e4d Mon Sep 17 00:00:00 2001 From: Kid Commit <26439946+ferdicus@users.noreply.github.com> Date: Fri, 17 Sep 2021 08:50:44 +0200 Subject: [PATCH] Update react-native-mapbox-gl.podspec pin to `5.11.0`, as `5.12.0` has breaking changes that first need to be addressed in order to support it --- react-native-mapbox-gl.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-mapbox-gl.podspec b/react-native-mapbox-gl.podspec index 2db252b32..45d23325d 100644 --- a/react-native-mapbox-gl.podspec +++ b/react-native-mapbox-gl.podspec @@ -37,7 +37,7 @@ def $RNMBGL.post_install(installer) url: "https://github.com/maplibre/maplibre-gl-native-distribution", requirement: { kind: "exactVersion", - version: "5.12.0" + version: "5.11.0" }, product_name: "Mapbox" }