Aikenwu
Aikenwu
我的ocelot版本是12.0.1 那么program.cs文件中应该为: public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) .ConfigureAppConfiguration((hostingContext, config) => { config .SetBasePath(hostingContext.HostingEnvironment.ContentRootPath) .AddJsonFile("appsettings.json", true, true) .AddJsonFile($"appsettings.{hostingContext.HostingEnvironment.EnvironmentName}.json", true, true) .AddOcelot(hostingContext.HostingEnvironment) .AddEnvironmentVariables(); }) .UseStartup();
### What happened? Initially, I thought the issue was with Expo, because Expo 53 is incompatible with RNN 0.78.3 and requires RNN 0.79 (https://github.com/expo/expo/issues/33066). Later, I suspected a Firebase issue,...
### What happened? We upgraded RNN to 8.3.2 and RN to meet Android's 16kb requirement, and therefore released it on the Google Play Store on November 1st. In the last...