UNPKG

react-native-awesome-alert

Version:

Modal component with checkoptions for react native, it works on iOS and Android.

8 lines (6 loc) 186 B
const TimeManager = { randomeTimeCheck(savedTime, now, invisibleTime) { return now - savedTime > invisibleTime * (6 * Math.pow(10, 4)) // minute }, } export default TimeManager