Commit Graph

6 Commits

Author SHA1 Message Date
Levi Buzolic
fa17b2a268 Upgrade rootbeer package to latest (0.0.8) 2020-11-10 12:30:15 +11:00
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
Amedeo Zucchetti
2bc46489b0
Update build.gradle
With react-native 0.59.9 the Android build is broken. This will fix it.
2019-06-19 17:29:45 +02:00
Moby
3f96a338b3
Update build.gradle 2019-01-07 13:09:26 +08:00
George Hall
3c0221cf57 updated build.gradle with compile dependency 2018-05-29 15:15:43 +10:00
Gant
e551732dd7 added android, updated readme 2016-07-20 18:29:34 -05:00