Version: v5

Debugging

Debugging is an important part of development. To debug apps using Re.Pack, you can use the following methods:

Debugging configuration & build

To debug build process and compilation time, compilation transformations, module dependencies, duplicate modules, and bundle size analysis, you can use the Rsdoctor plugin. This tool provides a visual interface to help you identify and fix potential build issues.

Debugging runtime

Re.pack has first-class support for debugging runtime. You can use React Native DevTools to debug your app and inspect component state, props, and performance in real-time. Take a look at our detailed guide here.

Other

You can always pass --verbose flag or REPACK_VERBOSE=1 environment variable to the bundle or start command to get more detailed logs:

npx react-native bundle --verbose
REPACK_VERBOSE=1 npx react-native bundle

Need React or React Native expertise you can count on?

Need help with React or React Native projects?
We support teams building scalable apps with React and React Native.