From c122a26a34f775132c9fad477f8cf8a33e9d4f50 Mon Sep 17 00:00:00 2001 From: islameldesoky1 Date: Thu, 4 Dec 2025 12:01:34 +0000 Subject: [PATCH 1/2] hotfix to add babel runtime to our dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b0f805..08ce631 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ }, "devDependencies": { "@babel/core": "^7.25.10", - "@babel/runtime": "^7.25.3", "@react-native-community/cli": "^18.0.0", "@react-native-community/cli-platform-android": "18.0.0", "@react-native-community/cli-platform-ios": "18.0.0", @@ -93,6 +92,7 @@ "url": "https://github.com/Usercentrics/react-native-sdk/issues" }, "dependencies": { + "@babel/runtime": "^7.25.3", "hermes-engine": "^0.11.0", "install": "^0.13.0", "npm": "^11.6.0", From 7251fd1419795e4d846f5304ac79a0074d648bc5 Mon Sep 17 00:00:00 2001 From: islameldesoky1 Date: Thu, 4 Dec 2025 15:18:55 +0000 Subject: [PATCH 2/2] hotfix to remove all dependencies as they are not needed and only used by sample app --- package.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/package.json b/package.json index 08ce631..cb2e767 100644 --- a/package.json +++ b/package.json @@ -91,15 +91,7 @@ "bugs": { "url": "https://github.com/Usercentrics/react-native-sdk/issues" }, - "dependencies": { - "@babel/runtime": "^7.25.3", - "hermes-engine": "^0.11.0", - "install": "^0.13.0", - "npm": "^11.6.0", - "react-native-safe-area-context": "^5.6.1", - "react-native-screens": "^4.16.0", - "react-native-webview": "^13.16.0" - }, + "dependencies": {}, "codegenConfig": { "name": "RNUsercentricsModule", "type": "all",