From 72dcbd95406713efd883bec5df9f0079df4b2b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hulusi=20Kafal=C4=B1er?= Date: Wed, 8 Apr 2026 13:05:04 +0300 Subject: [PATCH 1/2] add react-native-video-to-audio --- react-native-libraries.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index de5773f8..9c90d613 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20348,5 +20348,12 @@ "ios": true, "newArchitecture": true, "configPlugin": true - } + }, + { + "githubUrl": "https://github.com/chsdwn/react-native-video-to-audio", + "npmPkg": "react-native-video-to-audio", + "examples": ["https://github.com/chsdwn/react-native-video-to-audio/tree/main/example/src"], + "ios": true, + "newArchitecture": true + }, ] From 0f1e4d8624afbde6909b7b2705f48aaed2671606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hulusi=20Kafal=C4=B1er?= Date: Wed, 8 Apr 2026 13:08:05 +0300 Subject: [PATCH 2/2] chore: fix json formatting --- 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 9c90d613..87b68fc1 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20355,5 +20355,5 @@ "examples": ["https://github.com/chsdwn/react-native-video-to-audio/tree/main/example/src"], "ios": true, "newArchitecture": true - }, + } ]