ui-ninja / react-native-rating-element

A simple rating library for react native supporting: decimal points, direction aware icons, custom icon set from Ionicons, custom images and record rating given by users.
MIT License
25 stars 5 forks source link

[Feature Request] Ability to put Animated Values into size and rated props #17

Open Relax594 opened 4 years ago

Relax594 commented 4 years ago

I would like to animate the rating once the user visits a page (to show his latest progress for example). Also i would like to add a little bounce effect when a user taps on a rating element.

Would be awesome to add this! Let's make this package the leading one when it comes to ratings.

Relax594 commented 4 years ago

any update on this?

ui-ninja commented 4 years ago

@Relax594 I've been very busy recently, so not able to devote much time on this library. Hopefully by this month end things improve.

Reg. animation, will be nice to have. But unfortunately i don't see myself working on it soon.

I have added demo folder which will help people contribute. If you have ideas, would you care to contribute them? This might fast track intended feature

Thanks.

andrewTaylor2 commented 4 years ago

Hey @ui-ninja Maybe we can use react-native-animatable for this feature. What you think?

I'll try to implement and contribute via PR.