From 7dfc13f6e8b5814e624d21049e93d3fb69a913b4 Mon Sep 17 00:00:00 2001 From: Tom <582752848@qq.com> Date: Tue, 13 Jan 2026 10:31:46 +0800 Subject: [PATCH 1/2] add expo-gaode-map-navigation expo-gaode-map-web-api --- react-native-libraries.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index c3ed9f926..92cb6b61b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18713,6 +18713,29 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/web-api", + "npmPkg": "expo-gaode-map-web-api", + "examples": [ + "https://github.com/TomWq/expo-gaode-map/tree/main/example", + "https://github.com/TomWq/expo-gaode-map-example" + ], + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/navigation", + "npmPkg": "expo-gaode-map-navigation", + "examples": [ + "https://github.com/TomWq/expo-gaode-map/tree/main/example", + "https://github.com/TomWq/expo-gaode-map-example", + "https://github.com/TomWq/expo-gaode-map-navigation-example" + ], + "ios": true, + "android": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/iwater/react-native-nitro-file-system", From d3cb88a0b7f46187addd0eb8086f1519a015b88d Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 13 Jan 2026 10:26:02 +0100 Subject: [PATCH 2/2] move new entries at the end of the list --- react-native-libraries.json | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 92cb6b61b..a3265d6ac 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18713,29 +18713,6 @@ "ios": true, "android": true, "newArchitecture": true - }, - { - "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/web-api", - "npmPkg": "expo-gaode-map-web-api", - "examples": [ - "https://github.com/TomWq/expo-gaode-map/tree/main/example", - "https://github.com/TomWq/expo-gaode-map-example" - ], - "ios": true, - "android": true, - "newArchitecture": true - }, - { - "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/navigation", - "npmPkg": "expo-gaode-map-navigation", - "examples": [ - "https://github.com/TomWq/expo-gaode-map/tree/main/example", - "https://github.com/TomWq/expo-gaode-map-example", - "https://github.com/TomWq/expo-gaode-map-navigation-example" - ], - "ios": true, - "android": true, - "newArchitecture": true }, { "githubUrl": "https://github.com/iwater/react-native-nitro-file-system", @@ -19060,5 +19037,28 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/web-api", + "npmPkg": "expo-gaode-map-web-api", + "examples": [ + "https://github.com/TomWq/expo-gaode-map/tree/main/example", + "https://github.com/TomWq/expo-gaode-map-example" + ], + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/navigation", + "npmPkg": "expo-gaode-map-navigation", + "examples": [ + "https://github.com/TomWq/expo-gaode-map/tree/main/example", + "https://github.com/TomWq/expo-gaode-map-example", + "https://github.com/TomWq/expo-gaode-map-navigation-example" + ], + "ios": true, + "android": true, + "newArchitecture": true } ]