Nick Seryakov

Results 15 comments of Nick Seryakov

Just use the `onChange` callback to get the selected value. The callback fired when user selects a rating.

I'm afraid I don't quite understood what you want to style. Can you provide an example of your desired behaviour?

I see, you want the selected option opaque while other two are semitransparent. Unfortunately, this is not possible. I think your case is quite custom, so it's better to create...

Thank you very much for writing the issue! Nevertheless, I'm quite sceptical about this. I believe that in the majority of use cases the indicators are too small to precisely...

@enkyuan as far as I understood, you want to have a "Go next" button inside a page. If so, you need to use [`scrollTo()`](https://reactnative.dev/docs/scrollview#scrollto) method to move your ScrollView /...

@enkyuan sure I don't mind. Just note that your issue is not related with my library (and with the Animated API as well).

Hey Steve! Thanks for writing the issue. Not sure why have you deleted it. Despite the fact the proposed fix isn't correct, the morse indicator's align issue need to be...

Should be fixed in the latest v2.3.0, I'd appreciate if you could test the new version and let me know.

Hey Scott! Thank you very much. Would you mind to share a code example so I can better understand what are you trying to achieve? Also could you tell what's...