react-native-quotes
v0.1.0
Published
simple quotes
Downloads
1
Readme
react-native-quotes
simple quotes
Installation
npm install react-native-quotes
Usage
import {
generateEnglishQuote,
generateVietnamQuote,
} from 'react-native-quotes';
// ...
const vietnam = await generateVietnamQuote();
const english = await generateEnglishQuote();
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