react-native-star-rating
react-native-star-rating copied to clipboard
After installing package native base icon not showing in app
When i installed react-native-star-rating
library. Icons are not showing in my app. Then i've to uninstall it.
@djchie i had the very exact same problem as @zuhairnaqi ; it seems that having two packages (native-base AND react-native-start-rating) using different dependent react-native-vector-icons
will cause this problems.
I dont know if would be an easy fix, can you think on some?
https://github.com/GeekyAnts/NativeBase/issues/3194#issuecomment-662072574
@djchie i had the very exact same problem as @zuhairnaqi ; it seems that having two packages (native-base AND react-native-start-rating) using different dependent
react-native-vector-icons
will cause this problems.I dont know if would be an easy fix, can you think on some?
I've to uninstall it and i did install this cool library https://www.npmjs.com/package/react-native-ratings
it is working fine 👍