Back to React Native

✨ __DEV__

website/versioned_docs/version-0.82/global-__DEV__.md

latest227 B
Original Source

You can use the __DEV__ pseudo-global variable in the codebase to guard development-only blocks of code.

It is inlined during compilation and gets completely stripped out with the if blocks it guards in the minified build.