Delphine Bugner
Delphine Bugner
I don't know why Semantic Pull Request is blocking the merge :/ I can rename my commit if needed!
Thanks @mateioprea! I had the same error as @huyvuskedulo and indeed, I'm using dynamically linked framework (one of our major native dependency relies on it) Setting RNScreens to stay statically...
Hi! For the record, I had the same issue as mention above: - on XCode 15.0 - with RN 0.73.1 - using Dynamic Frameworks - building on physical device only...
It is a standard RN app, created in July 2021!  We don't use expo (yet) ; in custom native, we just have the player mentioned above, along 2 other...
Thanks @tboba for working on this! - No I don't use a formsheet (this is why my patch is "working", I don't enter the "if") ; it's a Native Stack,...
Okay I finally did it, the repro is here: https://github.com/delphinebugner/react-native-repro-deinit-15-old-arch Follow the instruction in the readme to see it happen! It's in old arch only, I will check now how...
I also had the `RCTDevSettings.h' file not found` error (doing the 0.73 upgrade from 0.72). It took me a ridiculous amount of time to realize what was wrong in my...
Same for me, I face the issue after upgrading `react-native-webview` to `13.6.4` (I was at `^11.26.1` before) I'm on RN 0.73.2 (bare), old architecture (does this matter in jest?) Example...
Some note after trying to debug: - this was introduced in version `12.0.0` of the lib - aka the one where new archi was added - I answered myself my...
Okay with @ellouzeskandercs we found a solution 🥳 [Edited] ## The investigation It can work to call `babel-plugin-codegen` in the test env ; we just need to ensure we do...