prscX / react-native-lock-screen

React Native: Lock Screen
Apache License 2.0
118 stars 27 forks source link

seeking help with lockscreen #28

Closed Yasir5247 closed 2 years ago

Yasir5247 commented 2 years ago

Hi, How do i open the lock screen when the app state state changes. like coming out of background. is there any example that i can follow?

prscX commented 2 years ago

@Yasir5247: You can simply push a new screen using React Navigation and render the lock-screen on the same.

Thanks, </ Pranav >