tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
783 stars 254 forks source link

Customisable layout #78

Open JoJordens opened 7 years ago

JoJordens commented 7 years ago

Is it possible to customise the layout in iOS MediaCenter and Android Notifications?

tlenclos commented 7 years ago

For iOS it's handheld by the system so you can't. And for Android sadly I haven't found the way to render a React Native component in the notification (I think it's possible somehow).