djchie/react-native-star-rating

Set component's size and spacing

gantonioid opened this issue · 2 comments

Is it possible to set the size of the component? the stars render too small and close to each other, even in a tablet.

how i do it -> put the stars in a view which has style with width defined (it will stick stars to the maximum without covering each others to be as near as possible from the width u declared), and modify starSize to the value u want.
do some test its quite simple :)

I'll be making an update to 1.0.9 to add a containerStyle which should give you more flexibility to achieve this.