react-native-ratings icon indicating copy to clipboard operation
react-native-ratings copied to clipboard

Show Rating Vertically

Open Saad9624 opened this issue 4 years ago • 1 comments

is it possible to show rating in vertical direction ?

Saad9624 avatar Sep 29 '20 06:09 Saad9624

@Saad9624 You can set starContainerStyle to flexDirection: 'column' as you can see below: <AirbnbRating readonly fractions={1} imageSize={20} starContainerStyle={{flexDirection: 'column'}} ratingCount={5} startingValue={2} />

Arya-Aghaei avatar Nov 05 '20 21:11 Arya-Aghaei