-
I want to use Shiny in an Avalonia iOS/Android project. My understanding is I have to first wire in the Shiny services using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
@teklot No idea. I don't use avalonia at all. I'm not sure what you mean by registering manually? The native hosting shows everything you need to wire up Shiny where MAUI isn't in use |
Beta Was this translation helpful? Give feedback.
UseShiny only covers the hooks within MAUI. HostBuilder does the equivalent of that stuff in the native module.
Once you have the host, you have access to the same basic service collection that MAUI uses, so: