I have been working on an app for a long time now with Xamarin Native for ios and android. Recently I have started making new views in forms and using them in the native app. This is a huge improvement for the development process and step in going all the way for forms eventually. I do have some issues, specially on android, the first time opening a forms view it takes a long time, the second time its like opening a normal native view. This is really annoying and doesn't give a good user experience.
I have tried this guide https://learn.microsoft.com/en-us/xamarin/xamarin-forms/platform/native-forms
I hope some of you can help or tell me this is a bad idea.