How to enable full screen notifications using React Native (android only).
I'm using react-native-push-notification and this works fine but it's not full screen.
I found this article, it describes how to add this functionality for notifications from firebase but I need to do it for local notifications.
I tried to do it with those steps but it looks like it doesn't works with current versions.
I would be grateful if you could help