Skip to content

huynqbibabo/react-native-background-upload

Repository files navigation

react-native-background-upload

Background upload large file for react native app

Installation

npm install react-native-background-upload

Usage

import BackgroundUpload from "react-native-background-upload";

// ...

const result = await BackgroundUpload.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT