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
Note that if you're using Haul as RN bundler and debug via RNDebugger, the following features are not supported:
Debugger features
Developer Menu integration - currently we used require polyfill from metro-bundler, it assigned __DEV__ / require global vars, but undefined for Haul. But Network Inspect is supported.
Currently these features are only for metro-bundler (RN default bundler). I might to help if I want to migrate to Haul, otherwise these may need a maintainer.
Note that if you're using Haul as RN bundler and debug via RNDebugger, the following features are not supported:
Debugger features
metro-bundler
, it assigned__DEV__
/require
global vars, butundefined
for Haul. ButNetwork Inspect
is supported.__RND_INTERVAL__
logging on MessageQueue.spy (Ignore__RND_INTERVAL__
logging on MessageQueue.spy #140), the reason same as above.Currently these features are only for
metro-bundler
(RN default bundler). I might to help if I want to migrate to Haul, otherwise these may need a maintainer.CLI
REACT_DEBUGGER
env doesn't support in HaulThe text was updated successfully, but these errors were encountered: