@maplibre/maplibre-react-native 11.0.0-alpha.25 → 11.0.0-alpha.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ require "json"
3
3
  package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
4
 
5
5
  # Global Variable Defaults
6
- $MLRN_NATIVE_VERSION ||= "6.17.1"
6
+ $MLRN_NATIVE_VERSION ||= "6.22.1"
7
7
  $MLRN_SPM_SPEC ||= {
8
8
  url: "https://github.com/maplibre/maplibre-gl-native-distribution",
9
9
  requirement: {
@@ -5,7 +5,7 @@ org.maplibre.reactnative.compileSdkVersion=35
5
5
  org.maplibre.reactnative.ndkVersion=27.1.12297006
6
6
 
7
7
  # MapLibre React Native
8
- org.maplibre.reactnative.nativeVersion=11.12.1
8
+ org.maplibre.reactnative.nativeVersion=12.2.3
9
9
  org.maplibre.reactnative.nativeVariant=opengl
10
10
  org.maplibre.reactnative.pluginVersion=3.0.2
11
11
  org.maplibre.reactnative.turfVersion=6.0.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maplibre/maplibre-react-native",
3
3
  "description": "React Native library for creating maps with MapLibre Native for Android & iOS",
4
- "version": "11.0.0-alpha.25",
4
+ "version": "11.0.0-alpha.26",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": true