Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Compiled library bundle for Buttercup's mobile platform

License

Notifications You must be signed in to change notification settings

buttercup/buttercup-mobile-compat

Repository files navigation

Buttercup Mobile Utilities - Compatibility library

Compiled library bundle for Buttercup's mobile platform

This library contains a compiled bundle of several key components required for the mobile application:

These libraries are primarily designed for platforms other than mobile (node/browser), and need to function in a React-Native project. This library is responsible for wrapping and exporting them whilst ensuring their mobile compatibility as the name implies.

Usage

This library exports 3 factory methods:

import {
    createDropboxAdapter,
    createWebDAVAdapter,
    createAnyFSAdapter
} from "@buttercup/mobile-compat";

Follow the original documentation on how they're supposed to be used: createDropboxAdapter / createWebDAVAdapter / createAnyFSAdapter