A funny library to easily add lorem ipsum to react native projects.
npm i react-native-lorem-ipsum
or yarn add react-native-lorem-ipsum
import Lorem from 'react-native-lorem-ipsum'
const MyComponent = () => <Lorem />
Prop | Description | Default |
---|---|---|
count |
Amount of words, sentences or paragraphs to be generated | 5 |
generate |
It defines what should be generated, can be 'words' , 'sentences' or 'paragraphs' |
'words' |
...Text Props |
React Native Text Props | None |
Give a ⭐️ if you liked the project!
Makes a pull request adding new features or solving bugs.
Create a Issue if you don't want to implement the feature or fix the bug.