From a7f3d8117fae1cfdba59528e8f03cabf7462648f Mon Sep 17 00:00:00 2001 From: Athex Web3 Date: Tue, 2 Dec 2025 00:01:44 +0600 Subject: [PATCH 1/3] Add react-native-libprisma to libraries list Added new library entry for react-native-libprisma with relevant details. --- react-native-libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 07fb5efcc..5a1ac4e9a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18451,5 +18451,23 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/athexweb3/react-native-libprisma/react-native-libprisma", + "npmPkg": "react-native-libprisma", + "examples": [ + "https://github.com/athexweb3/react-native-libprisma/react-native-libprisma/exmaple" + ], + "ios": true, + "android": true, + "web": false, + "windows": false, // to be added + "macos": false, // to be added + "expoGo": false, + "newArchitecture": true, + "configPlugin": false, + "unmaintained": false, + "dev": false, + "template": false } ] From 60c4f0c6d3f5b977a47c23de4ecc06ce20f6eff5 Mon Sep 17 00:00:00 2001 From: Athex Web3 Date: Tue, 2 Dec 2025 00:34:54 +0600 Subject: [PATCH 2/3] Clean up platform flags in react-native-libraries.json Removed unsupported platform flags from react-native-libraries.json. --- react-native-libraries.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 5a1ac4e9a..ba46766b0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18460,14 +18460,6 @@ ], "ios": true, "android": true, - "web": false, - "windows": false, // to be added - "macos": false, // to be added - "expoGo": false, - "newArchitecture": true, - "configPlugin": false, - "unmaintained": false, - "dev": false, - "template": false + "newArchitecture": true } ] From ffac524dd3f22291d297ccadac0684d14c5175b0 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 1 Dec 2025 20:35:18 +0100 Subject: [PATCH 3/3] fix entry URLs --- react-native-libraries.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index ba46766b0..eb6bc2cdc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18453,10 +18453,9 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/athexweb3/react-native-libprisma/react-native-libprisma", - "npmPkg": "react-native-libprisma", + "githubUrl": "https://github.com/athexweb3/react-native-libprisma/tree/master/react-native-libprisma", "examples": [ - "https://github.com/athexweb3/react-native-libprisma/react-native-libprisma/exmaple" + "https://github.com/athexweb3/react-native-libprisma/tree/master/react-native-libprisma/example" ], "ios": true, "android": true,