From 161331612e8d7124a95a36db96865d06ff30dfbb Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Mon, 4 Nov 2024 15:40:10 +0100 Subject: [PATCH] Add new library: freerasp-react-native --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 6c01c288..b744e430 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12376,5 +12376,17 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/talsec/Free-RASP-ReactNative", + "npmPkg": "freerasp-react-native", + "examples": [ + "https://www.talsec.app/freerasp-in-app-protection-security-talsec", + "https://github.com/talsec/Free-RASP-ReactNative/tree/master/example" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true } ]