How to prevent screen sleep in react native

Viewed 5755

I want to awake screen while playing video NativeModules.KCKeepAwake.activate() is depreciated in react native

Any other solution?

1 Answers
Related