UNPKG

react-native-video

Version:
6 lines (5 loc) 218 B
import { type ConfigPlugin } from '@expo/config-plugins'; /** * Sets whether to include the cache dependency to use cache on iOS with `react-native-video`. */ export declare const withCaching: ConfigPlugin<boolean>;