UNPKG

expo-storage

Version:

Simple way to store persistent data, which does not have size limitations of react-native async-storage.

3 lines 160 B
import { Paths } from 'expo-file-system'; export const DOCUMENT_FOLDER = Paths.document.uri !== '' ? Paths.document.uri : ''; //# sourceMappingURL=consts.js.map