Replies: 1 comment 2 replies
-
Flipper is no longer recommended for react-native as I understand it, so there will be no fixes forthcoming. It appears based on other reports that in react-native 0.72.x new architecture will work, but not in bridgeless mode So I believe that with the new adapter / transition layer that react-native put in 0.72 new architecture can work. I have not personally tested it, but if you do and want to make a PR to the docs noting for react-native 0.72+ in transition / bridged mode it should work, that would be fantastic |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RN-Firebase's docs state that
use_frameworks!
is not compatible with Flipper & Fabric.Flipper
As per https://docs.expo.dev/guides/using-flipper/, Flipper is no longer recommended:
I find the currently prominent warning on the rn-firebase website too scary
New Architecture / Fabric
While researching the topic, I found a working group deep dive mentioning some fixes to Fabric that were planned for RN 0.72:
reactwg/react-native-new-architecture#115
I couldn't find a confirmation that the fix actually landed yet. I'm also completely clueless on how to test for this.
Is the documentation regarding the React Native
use_frameworks!
compatibility with the New Architecture / Fabric still up to date?Beta Was this translation helpful? Give feedback.
All reactions