I am still quite new to Xamarin Forms and I was wondering if it is possible to use FontAwesome icons in the NavigationPage. I have found a way in iOS to use FontAwesome icons in the toolbar items using FontAwesome.Xamarin, but have not found an equivalent version for Android and am not sure how to approach it. Similarly in Android, is it possible to use a FontAwesome icon as the NavigationPage's main icon?
I am aware that a custom renderer is most likely the way to go, if at all possible, but where to start? Creating custom renderers for the ToolbarItem AND NavigationPage? Any tips and pointers would be greatly appreciated!