Im using CustomView in SfRating with this XAML code:
<xforms2:SfRating EnableCustomView="True" Precision="Standard" Value="4" ItemCount="5" >
<xforms2:SfRating.Items>
<xforms2:SfRatingItem>
<xforms2:SfRatingItem.SelectedView>
<Image Source="https://imgur.com/z2WCQyH.png" Aspect="AspectFit"/>
</xforms2:SfRatingItem.SelectedView>
<xforms2:SfRatingItem.UnSelectedView>
<Image Source="https://imgur.com/eON8mOl.png" Aspect="AspectFit"/>
</xforms2:SfRatingItem.UnSelectedView>
</xforms2:SfRatingItem>
</xforms2:SfRating.Items>
</xforms2:SfRating>
Im testing this on both android and iOS device but nothing show up.