react-native-youtube-example
v0.2.0
Published
Example of how to create a library for react-native
Downloads
4
Readme
react-native-youtube-example
Example of how to create a library for react-native
Installation
npm install react-native-youtube-example
Usage
import { multiply } from 'react-native-youtube-example';
// ...
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