I want to make a cross platform application but I need offline map support. Osm sharp provides a great way to handle offline maps but the problem is that I cannot find an obvious way to use it with xamarin.forms.
There is a way to develop an application for each platform independently but that it is not efficient at all.
Is there any way to combine custom views and native UI tools in general with xamarin forms?