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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ import { Rating } from "react-native-rating-element";
29
29
icon="ios-star"
30
30
/>
31
31
```
32
-
## Output
33
-

34
32
35
33
## API
36
34
@@ -43,6 +41,9 @@ import { Rating } from "react-native-rating-element";
43
41
|`size`| 24 | number | Pass in a custom font size for the icon |
44
42
|`icon`| 25 | number | Pass in a custom text for the icon. For ex. 'beer', 'bulb'. These icons are imported from package [react-native-vector-icons](https://oblador.github.io/react-native-vector-icons/). Please Note: For now this package only support Ionicons |
45
43
44
+
## Output
45
+

46
+
46
47
## Contributing
47
48
48
49
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments