After update from 0.74.5 to 0.76.6, my App is still running Paper on iOS. Android works fine with Fabric #260
Unanswered
ric-sanchez-salesloft
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's a good indicator on whether you're running NewArch or not. I suspect there is something going on in your AppDelegate file, but without seeing it, is really hard to give you any support. Perhaps @cipolleschi can help you further here? Also have you tried to diff your AppDelegate file with the one from the template: https://github.com/react-native-community/template/tree/0.76-stable/template/ios/HelloWorld |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been dealing with this issue for a couple of weeks and I'm going crazy!!
After updating my App to 0.76.6 following the guide on Upgrade Helper, my app started almost immediately in Android, YEY!
However, after running RCT_NEW_ARCH_ENABLED=1 bundle exec pod install, the iOs App still runs on Paper renderer, and many of the Native modules fails to loading, and thus, the app is not working...
How I know Android is working with Fabric and iOs not?
Added this on my App.tsx entry point file
iOs output:
Android output:
As you can see, the differences are the NOBRIDGE directive on log entry, and that sweet "fabric":true on Android output.
I cannot provide a reproduction repo, as this is a company private repo :(
Looking for some advices on how to begin debugging my iOS app, or any experience you can share with me about your upgrade process to new Architecture
Thanks a lot for reading this.
Additional data:
npx react-native info
Beta Was this translation helpful? Give feedback.
All reactions