mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix(iOS): bring back enableFixForViewCommandRace feature flag (#49126)
Summary: As pointed out by RyanCommits the ReactNativeFactory PR removed `enableFixForViewCommandRace` feature flag by mistake. Reference: https://github.com/facebook/react-native/pull/46298/files This PR re-adds the feature flag. ## Changelog: [IOS] [FIXED] - Re-enable enableFixForViewCommandRace feature flag Pull Request resolved: https://github.com/facebook/react-native/pull/49126 Test Plan: Not needed, the feature flag was there before refactor. Reviewed By: huntie Differential Revision: D69049668 Pulled By: cipolleschi fbshipit-source-id: b7bf382c76878e72619145283fa8cc2c1046b486
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fb493fd72d
commit
ae59702f8e
@@ -251,6 +251,10 @@ class RCTAppDelegateBridgelessFeatureFlags : public ReactNativeFeatureFlagsDefau
|
||||
{
|
||||
return true;
|
||||
}
|
||||
bool enableFixForViewCommandRace() override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
- (void)_setUpFeatureFlags
|
||||
|
||||
Reference in New Issue
Block a user