From e525bc98d92e210f4bbd84f1246e6250b645f3b0 Mon Sep 17 00:00:00 2001 From: jingjing2222 Date: Tue, 5 May 2026 22:44:47 +0900 Subject: [PATCH] Add react-native-nitro-geolocation --- react-native-libraries.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 7a8c8488..ab894b67 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20888,5 +20888,18 @@ "https://raw.githubusercontent.com/manikagnish/expo-ui-swipe-actions/main/assets/swipe-actions.gif" ], "ios": true + }, + { + "githubUrl": "https://github.com/jingjing2222/react-native-nitro-geolocation/tree/main/packages/react-native-nitro-geolocation", + "npmPkg": "react-native-nitro-geolocation", + "examples": [ + "https://github.com/jingjing2222/react-native-nitro-geolocation/tree/main/examples/v0.81.1" + ], + "images": [ + "https://raw.githubusercontent.com/jingjing2222/react-native-nitro-geolocation/main/demo.gif" + ], + "newArchitecture": "new-arch-only", + "ios": true, + "android": true } ]