UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

4 lines (2 loc) 146 B
import { FileSystemProps as Props } from './withFileSystem'; export default (props: Props = {}): [string, Props] => ['expo-file-system', props];