A easy to use toolkit for adding browser like features in your React Native Applications
npm install react-native-browser-tools
import { multiply } from 'react-native-browser-tools';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library