@gtraldi/react-native-web-poc
v3.0.2
Published
Lib for testing react-native-web
Downloads
11
Readme
react-native-web-poc
Lib for testing react-native-web
Installation
npm install react-native-web-poc
Usage
import { multiply } from 'react-native-web-poc';
// ...
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