Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to identify debug and release build in react native

if (__DEV__) {
    console.log('I am in debug');
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #identify #debug #release #build #react #native
ADD COMMENT
Topic
Name
8+1 =