GraphicsAppearence for DatePicker not implemented!

Hi !

I am trying to include a simple DatePicker but get this error in the app screen:

GraphicsAppearence for DatePicker not implemented!

Code is simple, maybe I am missing something basic?

<NativeViewHost>
      <DatePicker Value="{Today}">
</NativeViewHost>

Sure, because it is native component ! it only work on Mobile (Android/iOS)

Hi Ahmed, of course I was testing on iOS, I had to update Xcode and the component worked fine!