From 578a93443f28cae813bf4c1fe4097a2217f32745 Mon Sep 17 00:00:00 2001 From: Adrian Carolli Date: Sun, 21 Jun 2026 18:40:48 -0400 Subject: [PATCH 1/2] feat: add react-native-nsfw-detector 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 a06661413..e07e4ecab 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -21853,5 +21853,11 @@ "ios": true, "android": true, "vegaos": true + }, + { + "githubUrl": "https://github.com/watadarkstar/react-native-nsfw-detector", + "newArchitecture": true, + "ios": true, + "android": false } ] From 55b264a9a298fa4b4bfb8f89d51e0381269e0aaa Mon Sep 17 00:00:00 2001 From: Adrian Carolli Date: Sun, 21 Jun 2026 18:42:12 -0400 Subject: [PATCH 2/2] feat: add examples --- react-native-libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index e07e4ecab..3c16a702c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -21858,6 +21858,7 @@ "githubUrl": "https://github.com/watadarkstar/react-native-nsfw-detector", "newArchitecture": true, "ios": true, - "android": false + "android": false, + "examples": ["https://github.com/watadarkstar/react-native-nsfw-detector/tree/main/example"] } ]