UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

10 lines (9 loc) 273 B
/** * @hidden * Temporary compatibility barrel for older internal imports. * Prefer importing public classes from the package root or their domain modules. */ export * from './Paths'; export * from './File'; export * from './Directory'; export * from './NetworkTasks';