UNPKG

@react-native-tvos/config-tv

Version:

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

6 lines (5 loc) 309 B
import { ConfigPlugin } from "expo/config-plugins"; import { ConfigData } from "./types"; /** Dangerously makes changes needed for TV in SplashScreen.storyboard. */ export declare const withTVSplashScreen: ConfigPlugin<ConfigData>; export declare function addTVSplashScreenModifications(src: string): string;