*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
}