Start background tasks on iOS
npm install @rinse/react-native-background-taskStart background tasks on iOS
``sh`
npm install react-native-background-task
`js
import { multiply } from "react-native-background-task";
// ...
const result = await multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT