mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ship Web Performance APIs in canary (#53712)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53712 Changelog: [internal] This enables the new Web Performance APIs in the canary channel. Reviewed By: cortinico Differential Revision: D82117694 fbshipit-source-id: 370b8397eeec350be8434728ab9d8ce1f5926117
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9962add377
commit
5ae5a120a7
+3
-1
@@ -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<<f82b5905d822f8009c054a9443f86e39>>
|
||||
* @generated SignedSource<<4464982256b8ce543d9235fccbf67054>>
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -27,6 +27,8 @@ public open class ReactNativeFeatureFlagsOverrides_RNOSS_Canary_Android : ReactN
|
||||
|
||||
override fun enableFabricRenderer(): Boolean = true
|
||||
|
||||
override fun enableWebPerformanceAPIsByDefault(): Boolean = true
|
||||
|
||||
override fun useNativeViewConfigsInBridgelessMode(): Boolean = true
|
||||
|
||||
override fun useTurboModuleInterop(): Boolean = true
|
||||
|
||||
+5
-1
@@ -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<<db8626cf78a3ed226bbbe6bf20cc03a2>>
|
||||
* @generated SignedSource<<32a03e199994c91c022013d7929bfea5>>
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -35,6 +35,10 @@ class ReactNativeFeatureFlagsOverridesOSSCanary : public ReactNativeFeatureFlags
|
||||
return true;
|
||||
}
|
||||
|
||||
bool enableWebPerformanceAPIsByDefault() override {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool useNativeViewConfigsInBridgelessMode() override {
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -535,7 +535,7 @@ const definitions: FeatureFlagDefinitions = {
|
||||
expectedReleaseValue: true,
|
||||
purpose: 'release',
|
||||
},
|
||||
ossReleaseStage: 'none',
|
||||
ossReleaseStage: 'canary',
|
||||
},
|
||||
fixMappingOfEventPrioritiesBetweenFabricAndReact: {
|
||||
defaultValue: false,
|
||||
|
||||
Reference in New Issue
Block a user