Searchbar is one of the most sought after controls in Xamarin Forms. One of the recent issues it ran into was when it was tested with Android 7. The Control just disappeared when ran in Android 7, while the same worked well in earlier version.
The solution or rather the work around for it is simple. All you need to is explicitly the height for the control. And you are all set.