From 8858af7cc12c6e9944769f45e05a130ba8316b09 Mon Sep 17 00:00:00 2001 From: Rin <165538982+Swif7ify@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:55:14 +0800 Subject: [PATCH 1/3] Update image formats and add new examples for earl-toastify --- react-native-libraries.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 41e4d0616..5a4fe02ae 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19194,16 +19194,22 @@ { "githubUrl": "https://github.com/Swif7ify/react-native-earl-toastify", "images": [ - "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/1.png", - "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/2.png", - "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/3.png", - "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/4.png", - "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/5.png" + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/1.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/2.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/3.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/4.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/5.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/6.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/7.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/8.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/9.jpg", + "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/10.jpg" ], - "examples": ["https://github.com/Swif7ify/react-native-earl-toastify/tree/main/example"], + "examples": ["https://github.com/Swif7ify/react-native-earl-toastify/tree/main/example", "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/modal-example.mp4", "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/toast-example.mp4"], "ios": true, "android": true, - "expoGo": true + "expoGo": true, + "newArchitecture": true, }, { "githubUrl": "https://github.com/Renegades-Studio/react-native-tickle", From 5dba8f0cfd4ea2df2bd27820d8c45d5b5a2eb9fc Mon Sep 17 00:00:00 2001 From: Rin <165538982+Swif7ify@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:00:29 +0800 Subject: [PATCH 2/3] 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 5a4fe02ae..0d9ecaff0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19209,7 +19209,7 @@ "ios": true, "android": true, "expoGo": true, - "newArchitecture": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/Renegades-Studio/react-native-tickle", From 7bcb686918cdbafc3b8e7d20f8fb4bb8e0e6498c Mon Sep 17 00:00:00 2001 From: Rin <165538982+Swif7ify@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:02:57 +0800 Subject: [PATCH 3/3] Update examples in react-native-libraries.json Removed video examples from the react-native-earl-toastify library. --- 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 0d9ecaff0..7e85dfcac 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19205,7 +19205,7 @@ "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/9.jpg", "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/10.jpg" ], - "examples": ["https://github.com/Swif7ify/react-native-earl-toastify/tree/main/example", "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/modal-example.mp4", "https://raw.githubusercontent.com/Swif7ify/react-native-earl-toastify/main/example/toast-example.mp4"], + "examples": ["https://github.com/Swif7ify/react-native-earl-toastify/tree/main/example"], "ios": true, "android": true, "expoGo": true,