react-native-background-thread
react-native-background-thread
``sh`
npm install react-native-background-thread
`js
import { multiply } from 'react-native-background-thread';
// ...
const result = multiply(3, 7);
``
- Development workflow
- Sending a pull request
- Code of conduct
MIT
---
Made with create-react-native-library