Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<11d93a900862ed8ce98f90f9af2de47b>>
* @generated SignedSource<<16a044e68001307dc901537101b73db9>>
*/

/**
Expand Down Expand Up @@ -65,7 +65,7 @@ public open class ReactNativeFeatureFlagsDefaults : ReactNativeFeatureFlagsProvi

override fun enablePreciseSchedulingForPremountItemsOnAndroid(): Boolean = false

override fun enablePropsUpdateReconciliationAndroid(): Boolean = false
override fun enablePropsUpdateReconciliationAndroid(): Boolean = true

override fun enableReportEventPaintTime(): Boolean = false

Expand Down Expand Up @@ -109,7 +109,7 @@ public open class ReactNativeFeatureFlagsDefaults : ReactNativeFeatureFlagsProvi

override fun useRuntimeShadowNodeReferenceUpdate(): Boolean = true

override fun useShadowNodeStateOnClone(): Boolean = true
override fun useShadowNodeStateOnClone(): Boolean = false

override fun useTurboModuleInterop(): Boolean = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<830cdd4b394262ee65abc63a54833674>>
* @generated SignedSource<<7ee9e37d5f14514dfccd01a6fdda920b>>
*/

/**
Expand Down Expand Up @@ -112,7 +112,7 @@ class ReactNativeFeatureFlagsDefaults : public ReactNativeFeatureFlagsProvider {
}

bool enablePropsUpdateReconciliationAndroid() override {
return false;
return true;
}

bool enableReportEventPaintTime() override {
Expand Down
Loading
Loading