From 11e0b7cf799349710177ee03cc365c45c02688b4 Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 11 Nov 2024 20:18:49 +0100 Subject: [PATCH] Add `@korekoi/react-native-media-controller` --- react-native-libraries.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index eefa9874..35f586d3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12478,7 +12478,16 @@ "ios": true, "android": true, "web": true, - "expoGo": true, + "expoGo": true + }, + { + "githubUrl": "https://github.com/kore-koi/react-native-media-controller", + "npmPkg": "@korekoi/react-native-media-controller", + "examples": [ + "https://github.com/kore-koi/react-native-media-controller/tree/main/example" + ], + "ios": true, + "android": true, "newArchitecture": true } ]