How do you check if the react native app is in debug or release build? Technology Community › Category: React Native › How do you check if the react native app is in debug or release build? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You can use this command if (__DEV__) { console.log('I am in debug'); }