Skip to content

Commit

Permalink
Turnon enableEventEmitterRetentionDuringGesturesOnAndroid for all app…
Browse files Browse the repository at this point in the history
…s depending on ReactNativeNewArchitectureFeatureFlagsDefaults (#47142)

Summary:
Pull Request resolved: #47142

I'm turning on enableEventEmitterRetentionDuringGesturesOnAndroid for all apps depending on ReactNativeNewArchitectureFeatureFlagsDefaults

Reviewed By: cortinico

Differential Revision: D64610897

fbshipit-source-id: c301f616918484ed41790247d1e0cd7284602b09
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 21, 2024
1 parent d784d95 commit 1aaedc7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aaedc7

Please sign in to comment.