Open SuperRealTeam opened 3 years ago
Hi @SuperRealTeam , I'm not certain, but I think that custom renderers should work exactly the same as they do in any other Xamarin.Forms app. Mobile Blazor Bindings just creates the regular Xamarin.Forms components, so if you have custom renderers, they should get loaded as usual.
If something isn't working, can you show what you tried, what you expected to happen, and what actually happened?
Hello Mobile Blazor Team
Shall I ask how to Make CustomRender for Shell in Mobile Blazor which typeof here to use to effect on the Shell
assembly: ExportRenderer(typeof(Xaminals.AppShell), typeof(Xaminals.Droid.MyShellRenderer))]