From 0c7067546d2468b20e31bc36333915f4d678c60a Mon Sep 17 00:00:00 2001 From: Mahmoud Dahab <120942366+MADahab@users.noreply.github.com> Date: Wed, 9 Sep 2026 09:02:05 +0300 Subject: [PATCH] Add @dahab-tech/react-native-media-editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds @dahab-tech/react-native-media-editor — a free, MIT-licensed photo & video editor SDK for Expo / React Native. --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index c6ce8865..c7babdee 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -24227,5 +24227,14 @@ "examples": ["https://github.com/armanrma7/react-native-callkit-telecom/tree/main/example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/Dahab-Tech/react-native-media-editor", + "npmPkg": "@dahab-tech/react-native-media-editor", + "examples": ["https://github.com/Dahab-Tech/react-native-media-editor/tree/main/example"], + "ios": true, + "android": true, + "expoGo": false, + "newArchitecture": true } ]