-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I used the following code. It works on the simulator however it does not work on real device. On real device I am not sure it its running any of this code as it does not work however on simulator everything works good.
import RNIosSettingsBundle from 'react-native-ios-settings-bundle'; componentDidMount(){ RNIosSettingsBundle.get('screenon',(err,value)=>{ if(value && !err) // my special task else console.log(err); }) }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels