From 2019f57911796698d1a861b267cdb9e7bf99958b Mon Sep 17 00:00:00 2001 From: Keeryel <92838884+Keeryel@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:10:44 -0600 Subject: [PATCH 1/2] Added "@10play/tentap-editor" --- react-native-libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 24e73ca6b..b5fc73377 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16816,5 +16816,20 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/10play/10tap-editor", + "npmPkg": "@10play/tentap-editor", + "examples": [ + "https://github.com/10play/10tap-editor/tree/main/example", + "https://github.com/10play/10TapAdvancedExample", + "https://github.com/10play/10tap-web-example" + ], + "images": ["https://github.com/10play/10tap-editor/blob/main/website/static/img/cover.webp"], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true } ] From aadf9fb9e4296ab2ffa6ac26f47a1284463101fb Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 26 Aug 2025 08:47:16 +0200 Subject: [PATCH 2/2] Update react-native-libraries.json --- 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 b5fc73377..b54755c08 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16825,7 +16825,7 @@ "https://github.com/10play/10TapAdvancedExample", "https://github.com/10play/10tap-web-example" ], - "images": ["https://github.com/10play/10tap-editor/blob/main/website/static/img/cover.webp"], + "images": ["https://raw.githubusercontent.com/10play/10tap-editor/refs/heads/main/website/static/img/cover.webp"], "ios": true, "android": true, "web": true,