From 6e5b931c0ffbba2b627df9c3225f1982e084f083 Mon Sep 17 00:00:00 2001 From: Sarvar Date: Wed, 15 Jul 2026 01:00:30 +0500 Subject: [PATCH] Add react-native-app-inspector to the directory --- react-native-libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 19651246..3223c009 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23410,5 +23410,11 @@ "expoGo": true, "newArchitecture": true, "vegaos": true + }, + { + "githubUrl": "https://github.com/phaelor/react-native-app-inspector", + "examples": ["https://github.com/phaelor/react-native-app-inspector/tree/HEAD/example"], + "ios": true, + "android": true } ]