-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I downloaded the package and pod installed. i reran my metro server and when i navigate to my camera screen, the code is fired and BOOM...
null is not an object (evaluating '_reactNative.NativeModules.KCKeepAwake.activate')
"react-native": "0.69.3",
"react-native-idle-timer": "^2.1.7",
import IdleTimerManager from 'react-native-idle-timer';
within my component
useEffect(()=>{
if(isRecording){
IdleTimerManager.setIdleTimerDisabled(true);
} else{
IdleTimerManager.setIdleTimerDisabled(false);
}
},[isRecording])
Metadata
Metadata
Assignees
Labels
No labels