mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Turnon enableEventEmitterRetentionDuringGesturesOnAndroid for all apps depending on ReactNativeNewArchitectureFeatureFlagsDefaults (#47142)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47142 I'm turning on enableEventEmitterRetentionDuringGesturesOnAndroid for all apps depending on ReactNativeNewArchitectureFeatureFlagsDefaults Reviewed By: cortinico Differential Revision: D64610897 fbshipit-source-id: c301f616918484ed41790247d1e0cd7284602b09
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d784d95568
commit
1aaedc7fca
+5
@@ -25,6 +25,11 @@ public open class ReactNativeNewArchitectureFeatureFlagsDefaults(
|
||||
) : ReactNativeFeatureFlagsDefaults() {
|
||||
override fun enableBridgelessArchitecture(): Boolean = newArchitectureEnabled
|
||||
|
||||
// We turn this feature flag to true to fix #44610 and #45126 and other
|
||||
// similar bugs related to pressable.
|
||||
override fun enableEventEmitterRetentionDuringGesturesOnAndroid(): Boolean =
|
||||
newArchitectureEnabled
|
||||
|
||||
override fun enableFabricRenderer(): Boolean = newArchitectureEnabled
|
||||
|
||||
override fun useFabricInterop(): Boolean = newArchitectureEnabled
|
||||
|
||||
Reference in New Issue
Block a user