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) 165 B
import { ConfigPlugin } from "expo/config-plugins"; import { ConfigData } from "./types"; declare const _default: ConfigPlugin<ConfigData>; export default _default;