How to prevent auto lock phone screen in a specific screen react native

Viewed 117

I need to avoid phone from auto locking screen in a specific screen in react native. what is the best way to do that.

3 Answers

This is not possible. Also, can you please explain your use case? Maybe there's a better way to achieve what you are trying to do.

Related