From fd011938fa4eced677022dfc7cf3570a332c51e4 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Thu, 6 Nov 2025 09:08:11 +0100 Subject: [PATCH] chore: lint code --- .../src/expo-plugins/withAndroidNotificationControls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-video/src/expo-plugins/withAndroidNotificationControls.ts b/packages/react-native-video/src/expo-plugins/withAndroidNotificationControls.ts index 34967788..9c602cad 100644 --- a/packages/react-native-video/src/expo-plugins/withAndroidNotificationControls.ts +++ b/packages/react-native-video/src/expo-plugins/withAndroidNotificationControls.ts @@ -16,7 +16,7 @@ export const withAndroidNotificationControls: ConfigPlugin = (oldConfig) => { return config; } mainApplication.service?.push({ - $: { + '$': { 'android:name': 'com.twg.video.core.services.playback.VideoPlaybackService', 'android:exported': 'false',