dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 151 forks source link

CustomRender for Shell #401

Open SuperRealTeam opened 3 years ago

SuperRealTeam commented 3 years ago

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))]

Eilon commented 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?