-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.76] Error: no member named 'allowRecursiveCommitsWithSynchronousMountOnAndroid' #49321
Comments
cc @cipolleschi |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Is this happening on iOS only, or does it also affect Android? |
This seems to only happen if you also have I'm not sure what's supposed to happen here. Is this a sign of something that hasn't been accounted for? Or is it because |
I feel that macos and react-native are misaligned. I'd say that this is a MacOS bug more than a React Native one, tbf... |
I think react-native-* should be allowed to have different feature flags. But the fact that the iOS file gets overwritten somehow is not the right behaviour. I'm not sure if this is because of how codegen works or a bug in |
Following up here too, it looks like this is because RNM is behind a patch release or two, where reactwg/react-native-releases#687 was picked. |
Description
Old Architecture on 0.76.7 fails to build because it cannot find
allowRecursiveCommitsWithSynchronousMountOnAndroid
:Steps to reproduce
yarn
cd example pod install --project-directory=ios
yarn ios
React Native Version
0.76.7
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
microsoft/react-native-test-app#2335
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: