You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error occurs: TypeError: Cannot read properties of undefined (reading 'isJailBroken')
at Object.isJailBroken (jailmonkey.js:7)
at _callee$ (Home.js:42)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:294)
at Generator.next (runtime.js:119)
at tryCatch (runtime.js:63)
at invoke (runtime.js:155)
at runtime.js:190
at tryCallTwo (core.js:45)
at doResolve (core.js:200)
I get this on android testing
So i've linked the jail-monkey, even if it says it's not necessary from react-native 0.60
Override the packages
Tried with async await and still not working
The text was updated successfully, but these errors were encountered:
This usually points to an issue with linking or your native app not being rebuilt. Make sure you do a gradle clean and rebuild your native app bundle from scratch.
error occurs: TypeError: Cannot read properties of undefined (reading 'isJailBroken')
at Object.isJailBroken (jailmonkey.js:7)
at _callee$ (Home.js:42)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:294)
at Generator.next (runtime.js:119)
at tryCatch (runtime.js:63)
at invoke (runtime.js:155)
at runtime.js:190
at tryCallTwo (core.js:45)
at doResolve (core.js:200)
I get this on android testing
So i've linked the jail-monkey, even if it says it's not necessary from react-native 0.60
Override the packages
Tried with async await and still not working
The text was updated successfully, but these errors were encountered: