react-native-local-permission-check_alpha
A package to handle the local network permission after iOS 14
Installation
npm install react-native-local-permission-check_alpha
Usage
import { multiply } from 'react-native-local-permission-check_alpha';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library