Back to React Native

✨ __DEV__

docs/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.