From 14bcdbb233f1fcf2d7e244ff4fb674951996f600 Mon Sep 17 00:00:00 2001 From: Mislav Stanic <47247580+mstanic-shake@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:35:25 +0200 Subject: [PATCH] Added @shakebugs/react-native-shake to react-native-libraries.json --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index f6925fbac..06bfa209c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14379,5 +14379,13 @@ ], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/shakebugs/shake-react-native", + "npmPkg": "@shakebugs/react-native-shake", + "examples": ["https://apps.apple.com/us/app/shake-sdk-demo/id1599736701"], + "ios": true, + "android": true, + "newArchitecture": true } ]