From 6f73c26b1f5afcaa2d5b974216f31c71769ae563 Mon Sep 17 00:00:00 2001 From: Abhijeet Ranjan Date: Mon, 6 Jan 2025 23:07:03 +0530 Subject: [PATCH 1/4] added Kommunicate React Native Plugin in Directory --- react-native-libraries.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 264039b0..114f6533 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13322,5 +13322,13 @@ "android": true, "expo": true, "newArchitecture": true - } + }, + { + "githubUrl": "https://github.com/Kommunicate-io/Kommunicate-React-Native-SDK", + "examples": ["https://github.com/Kommunicate-io/Expo-Kommunicate-Sample-App"], + "npmPkg": "@kommunicate-react-native-chat", + "iOS": true, + "android": true, + "newArchitecture": false + } ] From 20743152f5c58eb39a02df9cb6f950f0e08f8374 Mon Sep 17 00:00:00 2001 From: Abhijeet Ranjan Date: Mon, 6 Jan 2025 23:10:48 +0530 Subject: [PATCH 2/4] Fixed `kommunicate-react-native-chat` package name --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 114f6533..51e6c355 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13326,7 +13326,7 @@ { "githubUrl": "https://github.com/Kommunicate-io/Kommunicate-React-Native-SDK", "examples": ["https://github.com/Kommunicate-io/Expo-Kommunicate-Sample-App"], - "npmPkg": "@kommunicate-react-native-chat", + "npmPkg": "kommunicate-react-native-chat", "iOS": true, "android": true, "newArchitecture": false From 5c4d6351575517be2048870d6f9c7a64b9279ad7 Mon Sep 17 00:00:00 2001 From: Abhijeet Ranjan Date: Mon, 6 Jan 2025 23:12:50 +0530 Subject: [PATCH 3/4] npmPkg name typo fix --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 51e6c355..2068e3ea 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13326,7 +13326,7 @@ { "githubUrl": "https://github.com/Kommunicate-io/Kommunicate-React-Native-SDK", "examples": ["https://github.com/Kommunicate-io/Expo-Kommunicate-Sample-App"], - "npmPkg": "kommunicate-react-native-chat", + "npmPkg": "react-native-kommunicate-chat", "iOS": true, "android": true, "newArchitecture": false From 4a07e8242f27b042466a3f71efc94ca6209d7558 Mon Sep 17 00:00:00 2001 From: Abhijeet Ranjan Date: Mon, 6 Jan 2025 23:58:19 +0530 Subject: [PATCH 4/4] refactored key ios. --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2068e3ea..f514db4a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13327,7 +13327,7 @@ "githubUrl": "https://github.com/Kommunicate-io/Kommunicate-React-Native-SDK", "examples": ["https://github.com/Kommunicate-io/Expo-Kommunicate-Sample-App"], "npmPkg": "react-native-kommunicate-chat", - "iOS": true, + "ios": true, "android": true, "newArchitecture": false }