Skip to content
Closed
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 @@ -161,7 +161,7 @@ const definitions: FeatureFlagDefinitions = {
enableAccessibilityOrder: {
defaultValue: false,
metadata: {
dateAdded: '2025-4-3',
dateAdded: '2025-04-03',
description:
'When enabled, the accessibilityOrder prop will propagate to native platforms and define the accessibility order.',
expectedReleaseValue: true,
Expand Down Expand Up @@ -246,10 +246,11 @@ const definitions: FeatureFlagDefinitions = {
enableDoubleMeasurementFixAndroid: {
defaultValue: false,
metadata: {
dateAdded: '2025-04-29',
description:
'When enabled a subset of components will avoid double measurement on Android.',
expectedReleaseValue: true,
purpose: 'operational',
purpose: 'experimentation',
},
ossReleaseStage: 'none',
},
Expand Down Expand Up @@ -727,10 +728,9 @@ const definitions: FeatureFlagDefinitions = {
preparedTextCacheSize: {
defaultValue: 200,
metadata: {
dateAdded: '2025-06-25',
description: 'Number cached PreparedLayouts in TextLayoutManager cache',
expectedReleaseValue: 200,
purpose: 'experimentation',
purpose: 'operational',
},
ossReleaseStage: 'none',
},
Expand Down Expand Up @@ -857,7 +857,7 @@ const definitions: FeatureFlagDefinitions = {
description:
'Should this application enable the Fabric Interop Layer for Android? If yes, the application will behave so that it can accept non-Fabric components and render them on Fabric. This toggle is controlling extra logic such as custom event dispatching that are needed for the Fabric Interop Layer to work correctly.',
expectedReleaseValue: false,
purpose: 'release',
purpose: 'operational',
},
ossReleaseStage: 'none',
},
Expand Down Expand Up @@ -886,7 +886,7 @@ const definitions: FeatureFlagDefinitions = {
useSharedAnimatedBackend: {
defaultValue: false,
metadata: {
dateAdded: '2025-08-2',
dateAdded: '2025-08-02',
description: 'Use shared animation backend in C++ Animated',
expectedReleaseValue: true,
purpose: 'experimentation',
Expand All @@ -896,7 +896,7 @@ const definitions: FeatureFlagDefinitions = {
useTraitHiddenOnAndroid: {
defaultValue: false,
metadata: {
dateAdded: '2025-10-9',
dateAdded: '2025-10-09',
description: 'Use Trait::hidden on Android',
expectedReleaseValue: true,
purpose: 'experimentation',
Expand All @@ -917,11 +917,10 @@ const definitions: FeatureFlagDefinitions = {
viewCullingOutsetRatio: {
defaultValue: 0,
metadata: {
dateAdded: '2025-09-18',
description:
'Outset the culling context frame with the provided ratio. The culling context frame size will be outset by width * ratio on the left and right, and height * ratio on the top and bottom.',
expectedReleaseValue: 0,
purpose: 'experimentation',
purpose: 'operational',
},
ossReleaseStage: 'none',
},
Expand Down
Loading