From 71646d04d112adca7537acd05ca2a0f25d7c1516 Mon Sep 17 00:00:00 2001 From: Stathis Ntonas Date: Wed, 4 Jun 2025 09:22:21 +0300 Subject: [PATCH] Add react-native-video-trim --- 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 237665b8c..c81f26723 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15571,7 +15571,7 @@ "expoGo": true, "newArchitecture": true }, - { + { "githubUrl": "https://github.com/entropyconquers/react-native-reanimated-dnd", "npmPkg": "react-native-reanimated-dnd", "examples": ["https://github.com/entropyconquers/react-native-reanimated-dnd/tree/main/example-app"], @@ -15579,5 +15579,13 @@ "android": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/maitrungduc1410/react-native-video-trim", + "npmPkg": "react-native-video-trim", + "examples": ["https://github.com/maitrungduc1410/react-native-video-trim/tree/master/example"], + "ios": true, + "android": true, + "newArchitecture": true } ]