UNPKG

@config-plugins/tv

Version:

Config plugin to reconfigure native directories for TV development if needed

7 lines (6 loc) 370 B
import { ConfigPlugin } from "expo/config-plugins"; import { ConfigData } from "./types"; /** Dangerously makes or reverts TV changes in the project Podfile. */ export declare const withTVPodfile: ConfigPlugin<ConfigData>; export declare function removeTVPodfileModifications(src: string): string; export declare function addTVPodfileModifications(src: string): string;