Answers for "debug for react native"

0

react native debugging

npx react-native log-ios
npx react-native log-android
Posted by: Guest on June-26-2021
-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 "Shell/Bash"

Browse Popular Code Answers by Language