Note that if you're using Haul as RN bundler and debug via RNDebugger, the following features are not supported:
Debugger features
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
- Currently we have yet support patch Haul by the npm package
- Currently the
REACT_DEBUGGER env doesn't support in Haul
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__/requireglobal vars, butundefinedfor Haul. ButNetwork Inspectis 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_DEBUGGERenv doesn't support in Haul