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