Monte9 / react-native-ratings

Tap and Swipe Ratings component for React Native.
https://expo.io/@monte9/react-native-ratings
MIT License
910 stars 196 forks source link

AirbnbRating with type custom? #39

Open marcelmastel opened 5 years ago

marcelmastel commented 5 years ago

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' />

cloudy-ninja commented 5 years ago

Does it works with AirbnbRating?