react-native 0.84.0-nightly-20260101-07d225557 → 0.84.0-nightly-20260103-cead39c6d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,7 @@ export default class ReactNativeVersion {
29
29
  static major: number = 0;
30
30
  static minor: number = 84;
31
31
  static patch: number = 0;
32
- static prerelease: string | null = 'nightly-20260101-07d225557';
32
+ static prerelease: string | null = 'nightly-20260103-cead39c6d';
33
33
 
34
34
  static getVersionString(): string {
35
35
  return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(84),
26
26
  RCTVersionPatch: @(0),
27
- RCTVersionPrerelease: @"nightly-20260101-07d225557",
27
+ RCTVersionPrerelease: @"nightly-20260103-cead39c6d",
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.84.0-nightly-20260101-07d225557
1
+ VERSION_NAME=0.84.0-nightly-20260103-cead39c6d
2
2
  react.internal.publishingGroup=com.facebook.react
3
3
  react.internal.hermesPublishingGroup=com.facebook.hermes
4
4
 
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
- * @generated SignedSource<<bb85527f5c9affa81a1ea33f2873a957>>
7
+ * @generated SignedSource<<3525ab6194d3057e779e1050f19c93e4>>
8
8
  */
9
9
 
10
10
  /**
@@ -105,7 +105,7 @@ public open class ReactNativeFeatureFlagsDefaults : ReactNativeFeatureFlagsProvi
105
105
 
106
106
  override fun enableNativeCSSParsing(): Boolean = false
107
107
 
108
- override fun enableNetworkEventReporting(): Boolean = false
108
+ override fun enableNetworkEventReporting(): Boolean = true
109
109
 
110
110
  override fun enablePreparedTextLayout(): Boolean = false
111
111
 
@@ -143,7 +143,7 @@ public open class ReactNativeFeatureFlagsDefaults : ReactNativeFeatureFlagsProvi
143
143
 
144
144
  override fun fuseboxEnabledRelease(): Boolean = false
145
145
 
146
- override fun fuseboxNetworkInspectionEnabled(): Boolean = false
146
+ override fun fuseboxNetworkInspectionEnabled(): Boolean = true
147
147
 
148
148
  override fun hideOffscreenVirtualViewsOnIOS(): Boolean = false
149
149
 
@@ -15,6 +15,6 @@ public object ReactNativeVersion {
15
15
  "major" to 0,
16
16
  "minor" to 84,
17
17
  "patch" to 0,
18
- "prerelease" to "nightly-20260101-07d225557"
18
+ "prerelease" to "nightly-20260103-cead39c6d"
19
19
  )
20
20
  }
@@ -12,6 +12,7 @@
12
12
  <string name="menubar_description" gender="unknown">मेनु बार</string>
13
13
  <string name="menuitem_description" gender="unknown">मेनु वस्तु</string>
14
14
  <string name="progressbar_description" gender="unknown">प्रोगेस बार</string>
15
+ <string name="radiogroup_description" gender="unknown">रेडियो समूह</string>
15
16
  <string name="scrollbar_description" gender="unknown">स्क्रोल बार</string>
16
17
  <string name="spinbutton_description" gender="unknown">स्पिन बटन</string>
17
18
  <string name="rn_tab_description" gender="unknown">टयाब</string>
@@ -22,7 +22,7 @@ constexpr struct {
22
22
  int32_t Major = 0;
23
23
  int32_t Minor = 84;
24
24
  int32_t Patch = 0;
25
- std::string_view Prerelease = "nightly-20260101-07d225557";
25
+ std::string_view Prerelease = "nightly-20260103-cead39c6d";
26
26
  } ReactNativeVersion;
27
27
 
28
28
  } // namespace facebook::react
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
- * @generated SignedSource<<33cacaaeb6994f78f5a2d9379618e2a0>>
7
+ * @generated SignedSource<<7df208d8e3cda2df044e6303bb359ba9>>
8
8
  */
9
9
 
10
10
  /**
@@ -192,7 +192,7 @@ class ReactNativeFeatureFlagsDefaults : public ReactNativeFeatureFlagsProvider {
192
192
  }
193
193
 
194
194
  bool enableNetworkEventReporting() override {
195
- return false;
195
+ return true;
196
196
  }
197
197
 
198
198
  bool enablePreparedTextLayout() override {
@@ -268,7 +268,7 @@ class ReactNativeFeatureFlagsDefaults : public ReactNativeFeatureFlagsProvider {
268
268
  }
269
269
 
270
270
  bool fuseboxNetworkInspectionEnabled() override {
271
- return false;
271
+ return true;
272
272
  }
273
273
 
274
274
  bool hideOffscreenVirtualViewsOnIOS() override {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.84.0-nightly-20260101-07d225557",
3
+ "version": "0.84.0-nightly-20260103-cead39c6d",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -160,13 +160,13 @@
160
160
  },
161
161
  "dependencies": {
162
162
  "@jest/create-cache-key-function": "^29.7.0",
163
- "@react-native/assets-registry": "0.84.0-nightly-20260101-07d225557",
164
- "@react-native/codegen": "0.84.0-nightly-20260101-07d225557",
165
- "@react-native/community-cli-plugin": "0.84.0-nightly-20260101-07d225557",
166
- "@react-native/gradle-plugin": "0.84.0-nightly-20260101-07d225557",
167
- "@react-native/js-polyfills": "0.84.0-nightly-20260101-07d225557",
168
- "@react-native/normalize-colors": "0.84.0-nightly-20260101-07d225557",
169
- "@react-native/virtualized-lists": "0.84.0-nightly-20260101-07d225557",
163
+ "@react-native/assets-registry": "0.84.0-nightly-20260103-cead39c6d",
164
+ "@react-native/codegen": "0.84.0-nightly-20260103-cead39c6d",
165
+ "@react-native/community-cli-plugin": "0.84.0-nightly-20260103-cead39c6d",
166
+ "@react-native/gradle-plugin": "0.84.0-nightly-20260103-cead39c6d",
167
+ "@react-native/js-polyfills": "0.84.0-nightly-20260103-cead39c6d",
168
+ "@react-native/normalize-colors": "0.84.0-nightly-20260103-cead39c6d",
169
+ "@react-native/virtualized-lists": "0.84.0-nightly-20260103-cead39c6d",
170
170
  "abort-controller": "^3.0.0",
171
171
  "anser": "^1.4.9",
172
172
  "ansi-regex": "^5.0.0",
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
- * @generated SignedSource<<6b37c02e334fb00f22ce27bb787104cc>>
7
+ * @generated SignedSource<<9ffc43524e0aa410a7f161dfe9f315a5>>
8
8
  * @flow strict
9
9
  * @noformat
10
10
  */
@@ -394,7 +394,7 @@ export const enableNativeCSSParsing: Getter<boolean> = createNativeFlagGetter('e
394
394
  /**
395
395
  * Enable network event reporting hooks in each native platform through `NetworkReporter` (Web Perf APIs + CDP). This flag should be combined with `fuseboxNetworkInspectionEnabled` to enable Network CDP debugging.
396
396
  */
397
- export const enableNetworkEventReporting: Getter<boolean> = createNativeFlagGetter('enableNetworkEventReporting', false);
397
+ export const enableNetworkEventReporting: Getter<boolean> = createNativeFlagGetter('enableNetworkEventReporting', true);
398
398
  /**
399
399
  * Enables caching text layout artifacts for later reuse
400
400
  */
@@ -470,7 +470,7 @@ export const fuseboxEnabledRelease: Getter<boolean> = createNativeFlagGetter('fu
470
470
  /**
471
471
  * Enable network inspection support in the React Native DevTools CDP backend. Requires `enableBridgelessArchitecture`. This flag is global and should not be changed across React Host lifetimes.
472
472
  */
473
- export const fuseboxNetworkInspectionEnabled: Getter<boolean> = createNativeFlagGetter('fuseboxNetworkInspectionEnabled', false);
473
+ export const fuseboxNetworkInspectionEnabled: Getter<boolean> = createNativeFlagGetter('fuseboxNetworkInspectionEnabled', true);
474
474
  /**
475
475
  * Hides offscreen VirtualViews on iOS by setting hidden = YES to avoid extra cost of views
476
476
  */