hi, i am knew to xamarin.forms i am trying to work with xamarin.forms carousel view but it is showing error everytime.I installed all latest xamarin.forms.carouselview packages from nuget but the the problem remains same.
namespace:
xmlns:cv="clr-namespace:Xamarin.Forms;assembly=Xamarin.Forms.CarouselView"
<cv:CarouselView>
 <cv:CarouselView.ItemTemplate>
      <DataTemplate>
            Here the label,listview,image etc templates are not visible 
      </DataTemplate>
    </cv:CarouselView.ItemTemplate>
  </cv:CarouselView>
Can anybody tell me please