Answers for "how to identify debug and release build in react native"

-2

how to identify debug and release build in react native

if (__DEV__) {
    console.log('I am in debug');
}
Posted by: Guest on October-28-2020

Code answers related to "how to identify debug and release build in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language