triniwiz / nativescript-star-ratings

NativeScript star ratings UI component plugin.
Apache License 2.0
22 stars 8 forks source link

Fix Multiple stars android #10

Closed andreMariano90 closed 4 years ago

andreMariano90 commented 6 years ago

Android was rendering multiple stars depending on the case. I did this fix and it worked: https://stackoverflow.com/questions/42887556/setnumstars-not-working-even-with-wrap-content/42887822#42887822

I had to set a LinearLayout as nativeView and then transform the ratingBar into a private variable.

I tested it after compilation. As I'm developing for nativescript-vue, is a little bit harder for me to test it from the source or dist on my local machine. I Recomend you test it before accepting this merge. The only possible error is referencing the nativeView instead of the RatingBar in the wrong place