Background upload large file for react native app
npm install @bibabovn/react-native-background-uploadBackground upload large file for react native app
``sh`
npm install react-native-background-upload
`js
import BackgroundUpload from "react-native-background-upload";
// ...
const result = await BackgroundUpload.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT