Debugging
Logging
import { VGSLogger, VGSShowError } from "@vgs/show-react-native";
VGSLogger.shared.configuration = {
level: "none",
isNetworkDebugEnabled: false,
isExtensiveDebugEnabled: false
};Level
Description
if (__DEV__) {
VGSLogger.shared.configuration = {
level: "warning",
isNetworkDebugEnabled: false,
isExtensiveDebugEnabled: false
};
}Access Logger
Error handling
Error codes
Code
Type
Description
Common issues
Symptom
Likely cause
Fix
Last updated

