Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 379 Bytes

File metadata and controls

20 lines (12 loc) · 379 Bytes

localforage-expo-filesystem-driver

Installation

yarn add localforage-expo-filesystem-driver

or

npm install localforage-expo-filesystem-driver

Usage

import localForage from 'localforage';
import fsDriver, { driverKey } from 'localforage-expo-filesystem-driver';

void localForage.defineDriver(fsDriver);

void localForage.setDriver(driverKey);