We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74abc3 commit b8ed32cCopy full SHA for b8ed32c
ProjectHeads/SingleComponent/Uno/Platforms/iOS/Main.iOS.cs
@@ -8,7 +8,7 @@ public class EntryPoint
8
public static void Main(string[] args)
9
{
10
var host = UnoPlatformHostBuilder.Create()
11
- .App(() => new App())
+ .App(() => new CommunityToolkit.App.Shared.App())
12
.UseAppleUIKit()
13
.Build();
14
0 commit comments