Logging
React Native Inform SDK Wrapper
Logging for the React Native Wrapper can be enabled or disabled at runtime.
import { ValidicLog } from "react-native-inform-core";
// to enable
ValidicLog.enable();
// to disable
ValidicLog.disable();Updated 9 days ago
