From d06a238e57492c3d54b1876c6980196a06dd1574 Mon Sep 17 00:00:00 2001 From: Emre Cengiz <34921701+cengizemre@users.noreply.github.com> Date: Tue, 21 Jul 2026 23:15:23 +0300 Subject: [PATCH] Add react-native-permission-gate --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 13dba164..43d666ef 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23561,5 +23561,14 @@ "examples": ["https://github.com/Doko-Demo-Doa/react-native-pdf-editor/tree/HEAD/example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/cengizemre/react-native-permission-gate", + "examples": [ + "https://github.com/cengizemre/react-native-permission-gate/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": true } ]