Skip to content

Commit a182fdc

Browse files
author
Rishabh
committed
updating readme for react-native-vector-icons
1 parent 97a544f commit a182fdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A simple rating library for react native supporting:
2525
<img src="https://s7.gifyu.com/images/ratingV5.1.3.gif" width="200" />
2626
</div>
2727

28-
> Please note: This package depends on [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons#installation). Please install and configure it before using this package. It is simple to install - First, install the package via `npm` and then link it using `react-native link`.
28+
> Please note: This package depends on [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons#installation). Please configure it for iOS and android before using this package. <br /> - For iOS, you will need to add `Ionicons.ttf` file from `node_modules/react-native-vector-icons` to `Fonts` folder and then edit `Info.plist`. [Try this article](https://medium.com/@vimniky/how-to-use-vector-icons-in-your-react-native-project-8212ac6a8f06) <br /> - For android - Please follow [these instruction](https://github.com/oblador/react-native-vector-icons#option-with-gradle-recommended).
2929
3030
## Installation
3131

@@ -91,8 +91,6 @@ import { Rating } from "react-native-rating-element";
9191

9292
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
9393

94-
Please make sure to update tests as appropriate.
95-
9694
## License
9795

9896
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)