@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) • 295 B
TypeScript
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 addTVPodfileModifications(src: string): string;