-3

How do i add led light notifications on my react native app that turn off when i press the notification

1 Answers1

0

The short answer is that you cannot do this with ReacNative alone.

The slightly longer answer is that you can control the LED light through Android code. You can read more in this question/answer: How to make notification lights work in react-native on android?

p-syche
  • 575
  • 1
  • 5
  • 17