Commit Graph

1 Commits

Author SHA1 Message Date
Danthony Pabon
3d5c7eebcb Improvement in general
*The existing code was improved to return promises every time it is called
*Added the function to know if the device has activated the development function
*Other improvement in general

//New  use way  
async componentDidMount() {
 // Check if device has development settings enabled
  let Dev = await JailMonkey.isDevelopmentSettingsMode()
  console.log(Dev) // true or false 
}
2019-07-25 10:13:12 -04:00