mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 20:50:09 +00:00
enable fix for view command race on iOS in OSS (#47706)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47706 changelog: [internal] The changelog in D65909191 already has the details. The fix is behind a feature flag. Let's enable it in OSS to stop the bleeding. Reviewed By: cipolleschi Differential Revision: D66163663 fbshipit-source-id: 84a3dfb823fdd286e919ebf22b07054b4399662a
This commit is contained in:
parent
a18aa481f0
commit
0d5c026569
@ -314,6 +314,10 @@ class RCTAppDelegateBridgelessFeatureFlags : public ReactNativeFeatureFlagsDefau
|
||||
{
|
||||
return true;
|
||||
}
|
||||
bool enableFixForViewCommandRace() override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
- (void)_setUpFeatureFlags
|
||||
|
Loading…
Reference in New Issue
Block a user