Как идентифицировать отладку и выпуск сборки в Native React Native

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