Como identificar a depuração e liberação da criação no React Native

if (__DEV__) {
    console.log('I am in debug');
}
Exuberant Emu