Skip to content

A pin-screen like functionality for react-native (Android only)

Notifications You must be signed in to change notification settings

coopcycle/react-native-pin-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-pin-screen

A pin-screen like functionality for react-native (Android only).

Usage

import RNPinScreen from 'react-native-pin-screen';

// no lockscreen anymore - screen go off as usual (button press, idle mode)
RNPinScreen.pin()

// lockscreen comes back - if the device was previously idle, lock screen popup immediately
RNPinScreen.unpin()