From 28c9073b57bc46155b4c2606501ff2b71ae718fe Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 21 Oct 2025 20:26:47 +0200 Subject: [PATCH 1/2] add and cleanup libraries entries after adding config plugins support --- react-native-libraries.json | 89 +++++++++++++++++++++++++++++-------- 1 file changed, 70 insertions(+), 19 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 18b66cfd2..35bd6c1a7 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -457,7 +457,8 @@ "githubUrl": "https://github.com/OneSignal/react-native-onesignal", "ios": true, "android": true, - "newArchitecture": true + "newArchitecture": true, + "configPlugin": "https://github.com/OneSignal/onesignal-expo-plugin" }, { "githubUrl": "https://github.com/jodybrewster/react-native-linkedin-login", @@ -14563,22 +14564,6 @@ "ios": true, "newArchitecture": true }, - { - "githubUrl": "https://github.com/expo/config-plugins/tree/main/packages/react-native-blob-util", - "npmPkg": "@config-plugins/react-native-blob-util", - "ios": true, - "android": true, - "newArchitecture": true, - "configPlugin": true - }, - { - "githubUrl": "https://github.com/expo/config-plugins/tree/main/packages/react-native-pdf", - "npmPkg": "@config-plugins/react-native-pdf", - "ios": true, - "android": true, - "newArchitecture": true, - "configPlugin": true - }, { "githubUrl": "https://github.com/brix/crypto-js", "ios": true, @@ -17623,13 +17608,14 @@ { "githubUrl": "https://github.com/relateddigital/react-native-related-digital/tree/master/sdk", "npmPkg": "react-native-related-digital", - "examples": ["https://github.com/relateddigital/react-native-related-digital/tree/master/client"], + "examples": [ + "https://github.com/relateddigital/react-native-related-digital/tree/master/client" + ], "android": true, "ios": true }, { "githubUrl": "https://github.com/effx13/react-native-secure-view", - "npmPkg": "react-native-secure-view", "examples": ["https://github.com/effx13/react-native-secure-view/tree/main/example"], "ios": true, "android": true, @@ -17647,5 +17633,70 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/adjust/react_native_sdk", + "npmPkg": "react-native-adjust", + "examples": ["https://github.com/adjust/react_native_sdk/tree/master/example"], + "ios": true, + "android": true, + "newArchitecture": true, + "configPlugin": "https://github.com/expo/config-plugins/tree/main/packages/react-native-adjust" + }, + { + "githubUrl": "https://github.com/idearockers/react-native-dynamic-app-icon", + "ios": true, + "configPlugin": "https://github.com/expo/config-plugins/tree/main/packages/react-native-dynamic-app-icon" + }, + { + "githubUrl": "https://github.com/computools/react-native-dynamic-app-icon", + "npmPkg": "@computools/react-native-dynamic-app-icon", + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/Leanplum/Leanplum-ReactNative-SDK", + "npmPkg": "@leanplum/react-native-sdk", + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/MetaMask/react-native-search-api", + "npmPkg": "@metamask/react-native-search-api", + "ios": true + }, + { + "githubUrl": "https://github.com/jdmunro/react-native-spotlight-search", + "ios": true + }, + { + "githubUrl": "https://github.com/microsoft/appcenter-sdk-react-native/tree/develop/appcenter", + "ios": true, + "android": true, + "configPlugin": "https://github.com/BelkaLab/expo-appcenter" + }, + { + "githubUrl": "https://github.com/microsoft/appcenter-sdk-react-native/tree/develop/appcenter-analytics", + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/microsoft/appcenter-sdk-react-native/tree/develop/appcenter-crashes", + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/kevinejohn/react-native-keyevent", + "ios": true, + "android": true, + "configPlugin": "https://github.com/chronsyn/react-native-keyevent-expo-config-plugin" + }, + { + "githubUrl": "https://github.com/urbanairship/react-native-airship", + "npmPkg": "@ua/react-native-airship", + "examples": ["https://github.com/urbanairship/react-native-airship/tree/main/example"], + "ios": true, + "android": true, + "configPlugin": "https://github.com/urbanairship/airship-expo-plugin" } ] From 2a593403394c0bbc2adbc6b07f9b08851377d79b Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 21 Oct 2025 20:32:46 +0200 Subject: [PATCH 2/2] fix duplicated entry --- react-native-libraries.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 35bd6c1a7..19de971b6 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14886,7 +14886,8 @@ "npmPkg": "@ua/react-native-airship", "examples": ["https://github.com/urbanairship/react-native-airship/tree/main/example"], "ios": true, - "android": true + "android": true, + "configPlugin": "https://github.com/urbanairship/airship-expo-plugin" }, { "githubUrl": "https://github.com/prisma/react-native-prisma", @@ -17692,11 +17693,9 @@ "configPlugin": "https://github.com/chronsyn/react-native-keyevent-expo-config-plugin" }, { - "githubUrl": "https://github.com/urbanairship/react-native-airship", - "npmPkg": "@ua/react-native-airship", - "examples": ["https://github.com/urbanairship/react-native-airship/tree/main/example"], + "githubUrl": "https://github.com/EdgeApp/react-native-airship", + "examples": ["https://github.com/EdgeApp/react-native-airship/tree/master/AirshipDemo"], "ios": true, - "android": true, - "configPlugin": "https://github.com/urbanairship/airship-expo-plugin" + "android": true } ]