From ab0820d1caa485103f66a22b27c56d820cc55bdc Mon Sep 17 00:00:00 2001 From: Sujeet Kumar <49394996+getsettalk@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:48:45 +0530 Subject: [PATCH 1/4] Update react-native-libraries.json Added two new library for react native --- react-native-libraries.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 808214a3..4d165dd5 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19932,5 +19932,21 @@ "android": true, "ios": true, "newArchitecture": true + }, + { + "githubUrl": "https://www.npmjs.com/package/react-native-sprinkle-toast", + "npmPkg": "react-native-sprinkle-toast", + "android": true, + "ios": true, + "newArchitecture": true, + "images": ["https://github.com/user-attachments/assets/401cb34d-bd50-48f7-91f2-cd60e033f378"], + }, + { + "githubUrl": "https://www.npmjs.com/package/react-native-smart-tooltip", + "npmPkg": "react-native-smart-tooltip", + "android": true, + "ios": true, + "newArchitecture": true, + "images": ["https://github.com/user-attachments/assets/8e0bdab6-056e-4626-bbf6-6e84b5005a25"], } ] From d2c9fb33f0c2f01916b92fbbcc84e263dc8aca65 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 9 Mar 2026 08:30:34 +0100 Subject: [PATCH 2/4] cleanup entries, fix dangling commas --- react-native-libraries.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 4d165dd5..c23f58bc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19935,18 +19935,16 @@ }, { "githubUrl": "https://www.npmjs.com/package/react-native-sprinkle-toast", - "npmPkg": "react-native-sprinkle-toast", + "images": ["https://github.com/user-attachments/assets/401cb34d-bd50-48f7-91f2-cd60e033f378"], "android": true, "ios": true, - "newArchitecture": true, - "images": ["https://github.com/user-attachments/assets/401cb34d-bd50-48f7-91f2-cd60e033f378"], + "newArchitecture": true }, { "githubUrl": "https://www.npmjs.com/package/react-native-smart-tooltip", - "npmPkg": "react-native-smart-tooltip", + "images": ["https://github.com/user-attachments/assets/8e0bdab6-056e-4626-bbf6-6e84b5005a25"], "android": true, "ios": true, - "newArchitecture": true, - "images": ["https://github.com/user-attachments/assets/8e0bdab6-056e-4626-bbf6-6e84b5005a25"], + "newArchitecture": true } ] From b69f1bbe0d624f4e13691403f1d6230ce52524c8 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 9 Mar 2026 08:33:06 +0100 Subject: [PATCH 3/4] fix JSON --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 63e4b754..76f95b4e 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19948,7 +19948,6 @@ "ios": true, "newArchitecture": true }, - , { "githubUrl": "https://github.com/getsettalk/react-native-sprinkle-toast", "images": ["https://github.com/user-attachments/assets/401cb34d-bd50-48f7-91f2-cd60e033f378"], From f935b308097d73447e8fa8994400353f36abf086 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 10 Mar 2026 11:11:24 +0100 Subject: [PATCH 4/4] remove images requiring auth token --- react-native-libraries.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 76f95b4e..986c3f5b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19950,14 +19950,12 @@ }, { "githubUrl": "https://github.com/getsettalk/react-native-sprinkle-toast", - "images": ["https://github.com/user-attachments/assets/401cb34d-bd50-48f7-91f2-cd60e033f378"], "android": true, "ios": true, "newArchitecture": true }, { "githubUrl": "https://github.com/getsettalk/react-native-smart-tooltip", - "images": ["https://github.com/user-attachments/assets/8e0bdab6-056e-4626-bbf6-6e84b5005a25"], "android": true, "ios": true, "newArchitecture": true