Library to use generic components more easily
npm install orla-react-native-components
import { multiply } from 'orla-react-native-components';
// ...
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