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
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Hi, after adding your library, I observed the error described in and fixed by jhen0409/rn-host-detect#8:
TypeError: arguments[0].indexOf is not a function. (In 'arguments[0].indexOf('Requiring module 'NativeModules' by name')', 'arguments[0].indexOf' is undefined)
I found a workaround (enabling "Debug JS Remotely" to avoid using rn-host-detect's console.warn polyfill, but as long as that polyfill is broken, reactotron should not depend on rn-host-detect.
Hi, after adding your library, I observed the error described in and fixed by jhen0409/rn-host-detect#8:
I found a workaround (enabling "Debug JS Remotely" to avoid using
rn-host-detect'sconsole.warnpolyfill, but as long as that polyfill is broken,reactotronshould not depend onrn-host-detect.