You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,13 @@ Add styles to secondaryTitle. **Works with only Facebook and Instagram**.
109
109
110
110
## Paragraph specific options.
111
111
112
-
#### **`pHeight? string | number`**
113
-
Paragraph line height
112
+
#### **`pHeight? string | number | array`**
113
+
Paragraph line height,
114
+
Can specify same height with single value, Or could use array for different widths, eg ['100%', 200, 300], you can use pHeight and pWidth to achieve different shapes as well,
115
+
114
116
115
117
#### **`pWidth? string | number | array `**
118
+
Paragraph line width,
116
119
Can specify same width with single value, Or could use array for different widths, eg ['100%', 200, 300]
117
120
118
121
#### **`paragraphStyles? objecct`**
@@ -198,8 +201,29 @@ import { Bullets } from '@sarmad1995/react-native-content-loader';
198
201
### Default Style
199
202
200
203
## It is highly customizable, please refer the options sections.
201
-
```jsx
204
+
205
+
```
202
206
import ContentLoader from 'react-native-content-loader';
0 commit comments