UNPKG

@react-native-tvos/config-tv

Version:

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

5 lines (4 loc) 277 B
import { ConfigPlugin } from "expo/config-plugins"; import { ConfigData } from "./types"; /** Copies TV Icon image to the Android resources drawable folders. If image does not exist, throw an exception. */ export declare const withTVAndroidIconImage: ConfigPlugin<ConfigData>;