Concept:
My application needs to record user activities on phone. Activities contain Foreground, Background, Kill, Lock and Unlock.
Since that day I couldn't find any way to detect Lock/Unlock event in React native.
Solution:
It works fine for us.
Hope this would help you.