Skip to content

Commit b044af9

Browse files
committed
codegen feature flags
1 parent f79a614 commit b044af9

17 files changed

Lines changed: 20 additions & 20 deletions

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxAccessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<84ee754f916b48a7c55ea94e166510c7>>
7+
* @generated SignedSource<<a958631ee6706d85d8cd7e0222873b44>>
88
*/
99

1010
/**

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxInterop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<eebeaa749dafac5d49d9d6b356f88817>>
7+
* @generated SignedSource<<fef3e1f705f22d87e84eb406cf9b7805>>
88
*/
99

1010
/**

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsDefaults.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<d44c7d51caea5eaa3074217361959b3a>>
7+
* @generated SignedSource<<624e9e1c096417a3441a091dd74b0641>>
88
*/
99

1010
/**

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsLocalAccessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<4dc2364f5bcd765d7b61dbcab0d9533d>>
7+
* @generated SignedSource<<c6be21a8b82bb3c14f2c83ff0c95d275>>
88
*/
99

1010
/**

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<193bb7803261004003d9009b44810c2c>>
7+
* @generated SignedSource<<efde0d209c0d923a625dffdc496beace>>
88
*/
99

1010
/**

packages/react-native/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<0bb021affcef5162b578ad3f1e45508f>>
7+
* @generated SignedSource<<6eaab890a1d747ce2c8ba7b0c255ec7a>>
88
*/
99

1010
/**

packages/react-native/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<fe97369e30d5359ffcd9c8e304dbc121>>
7+
* @generated SignedSource<<ed933889ce74532340a21b964bfb09ad>>
88
*/
99

1010
/**

packages/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<013c1fa01cf029635c04b50f83cc80ef>>
7+
* @generated SignedSource<<4b417d4e16dc9d50ce72eb17287ade1b>>
88
*/
99

1010
/**

packages/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<3bbe3eb333030be7f32c0965c9db4a5c>>
7+
* @generated SignedSource<<9c219debffe0fa013bea41deb6c01db2>>
88
*/
99

1010
/**

packages/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<087de432d750fea45c0c564e626ce1d9>>
7+
* @generated SignedSource<<778bffd71d93673c5690febb473350b1>>
88
*/
99

1010
/**
@@ -308,7 +308,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLayoutAnimationsOnAndroid() {
308308
// be accessing the provider multiple times but the end state of this
309309
// instance and the returned flag value would be the same.
310310

311-
markFlagAsAccessed(16, "enableLayoutAnimationsOnAndroid");
311+
markFlagAsAccessed(15, "enableLayoutAnimationsOnAndroid");
312312

313313
flagValue = currentProvider_->enableLayoutAnimationsOnAndroid();
314314
enableLayoutAnimationsOnAndroid_ = flagValue;
@@ -326,7 +326,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLayoutAnimationsOnIOS() {
326326
// be accessing the provider multiple times but the end state of this
327327
// instance and the returned flag value would be the same.
328328

329-
markFlagAsAccessed(17, "enableLayoutAnimationsOnIOS");
329+
markFlagAsAccessed(16, "enableLayoutAnimationsOnIOS");
330330

331331
flagValue = currentProvider_->enableLayoutAnimationsOnIOS();
332332
enableLayoutAnimationsOnIOS_ = flagValue;
@@ -344,7 +344,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLineHeightCentering() {
344344
// be accessing the provider multiple times but the end state of this
345345
// instance and the returned flag value would be the same.
346346

347-
markFlagAsAccessed(16, "enableLineHeightCentering");
347+
markFlagAsAccessed(17, "enableLineHeightCentering");
348348

349349
flagValue = currentProvider_->enableLineHeightCentering();
350350
enableLineHeightCentering_ = flagValue;

0 commit comments

Comments
 (0)