0.1.0 • Published 2 years ago

react-native-quotes v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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