UNPKG

@react-native-tvos/config-tv

Version:

Config plugin to reconfigure native directories for Apple TV and Android TV development if needed

7 lines (6 loc) 195 B
import { ConfigData } from "../types"; export declare function verboseLog(message: string, options?: { params?: ConfigData; platform?: "android" | "ios"; property?: string; }): void;