How to Turn screen on when a scheduled notification arrives?
I am making a reminder app that schedules notifications for future time but when the notification arrives the screen doesn't light up. Please any one can help.??
I am using React Native Push Notification and on Android I tried FLAG_TURN_SCREEN_ON whi...