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

AirbnbRating with type custom?

Open marcelmastel opened this issue 7 years ago • 1 comments

It's possible gesture tap (Airbnb rating) with custom image (no star) or component rating with gesture tap: AirbnbRating count={5} showRating={false} startingValue={1} imageSize={40} ratingImage={RATING_IMAGE} ratingColor='#f94368' ratingBackgroundColor='#f9b313' type='custom' />

Rating count={5} **slider={false}** /* for example */ startingValue={1} imageSize={40} ratingImage={RATING_IMAGE} ratingColor='#f94368' ratingBackgroundColor='#f9b313' type='custom' />

marcelmastel avatar Feb 23 '19 09:02 marcelmastel

Does it works with AirbnbRating?

cloudy-ninja avatar Sep 22 '19 18:09 cloudy-ninja