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) 236 B
import { ConfigPlugin } from "expo/config-plugins"; import { ConfigData } from "./types"; /** Dangerously makes or reverts TV changes in the project Podfile. */ export declare const withTVAndroidRemoveFlipper: ConfigPlugin<ConfigData>;