UNPKG

@react-native-tvos/config-tv

Version:

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

9 lines (8 loc) 432 B
import { ConfigPlugin, ExportedConfigWithProps, XcodeProject } from "expo/config-plugins"; import { ConfigData } from "./types"; export declare const withTVXcodeProject: ConfigPlugin<ConfigData>; export declare function setXcodeProjectBuildSettings(_: ExportedConfigWithProps<XcodeProject>, { project, params, deploymentTarget, }: { project: XcodeProject; params: ConfigData; deploymentTarget: string; }): XcodeProject;