bagaimana mengidentifikasi debug dan rilis build in react native

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