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',