3.0.2 • Published 2 years ago
@gtraldi/react-native-web-poc v3.0.2
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