MasterLuV
MasterLuV
@NicolasTA-webagency can you so full step for your solution? I can't do pod install with ``` "react": "18.0.0", "react-native": "0.69.2", "@react-native-firebase/app": "^15.2.0", ```
I got same when using MySql DB. Version 8.0.27 When using each database connection for each context I got issue at TST Project which don't know DataProtectionDB Solved as same...
Same here, in RN 61.5. Hope someone fix this
What is different "SCREEN_ORIENTATION_USER" and "SCREEN_ORIENTATION_FULL_USER" in #288
+1 It's working for me! Plus: What is different "SCREEN_ORIENTATION_USER" and "SCREEN_ORIENTATION_FULL_USER" in #298
Does anyone fix this? solution of @nkov doesn't fix my issue (wrap component is temporary solution)
I think you should be switch to dotnet-cli v6 using follow this [link](https://stackoverflow.com/a/42078060/3852391) I tried and successfully
I got same issue with "react-native": "0.69.3", and "@react-native-firebase/app": "^15.2.0"
> You could make it conditional by passing an arg when starting the app: > > ```csharp > if (app.Environment.IsDevelopment() && args.Contains("--init")) > { > await app.InitialiseDatabaseAsync(); > } >...
I found issue and resolved this. NSwag `AfterTargets="PostBuildEvent"` make app run one more time before`dotnet ef migrations remove` run Resolved by: Check app run by NSwag ignore `InitialiseDatabaseAsync` method ```c#...