Hello,
The issue is already in development, it will be available with the next release of Telerik UI for Xamarin controls.
For now, there is an easy workaround - just set the WatermarkText property in code-behind with some delay:
Device.BeginInvokeOnMainThread(()=> { entry.WatermarkText = "write your name here"; });
Regards, Yana Progress Telerik