react-native 0.86.0 → 0.86.3

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.
Files changed (149) hide show
  1. package/Libraries/ActionSheetIOS/React-RCTActionSheet.podspec +1 -1
  2. package/Libraries/Animated/components/AnimatedScrollView.js +1 -1
  3. package/Libraries/AppDelegate/React-RCTAppDelegate.podspec +1 -1
  4. package/Libraries/Blob/React-RCTBlob.podspec +1 -1
  5. package/Libraries/Components/Button.js +2 -2
  6. package/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js +1 -1
  7. package/Libraries/Components/TextInput/TextInput.flow.js +1 -1
  8. package/Libraries/Components/Touchable/Touchable.d.ts +1 -1
  9. package/Libraries/Components/View/ViewAccessibility.d.ts +1 -1
  10. package/Libraries/Components/View/ViewAccessibility.js +1 -1
  11. package/Libraries/Core/ReactNativeVersion.js +1 -1
  12. package/Libraries/Core/Timers/JSTimers.js +1 -1
  13. package/Libraries/Core/setUpNavigator.js +1 -1
  14. package/Libraries/EventEmitter/RCTNativeAppEventEmitter.d.ts +1 -1
  15. package/Libraries/FBLazyVector/FBLazyVector.podspec +1 -1
  16. package/Libraries/Image/ImageSource.d.ts +1 -1
  17. package/Libraries/Image/RCTImageLoader.mm +1 -1
  18. package/Libraries/Image/React-RCTImage.podspec +1 -1
  19. package/Libraries/Interaction/PanResponder.js +1 -1
  20. package/Libraries/LinkingIOS/React-RCTLinking.podspec +1 -1
  21. package/Libraries/NativeAnimation/React-RCTAnimation.podspec +1 -1
  22. package/Libraries/Network/React-RCTNetwork.podspec +1 -1
  23. package/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec +1 -1
  24. package/Libraries/Renderer/README.md +2 -2
  25. package/Libraries/Required/RCTRequired.podspec +1 -1
  26. package/Libraries/Settings/React-RCTSettings.podspec +1 -1
  27. package/Libraries/Text/React-RCTText.podspec +1 -1
  28. package/Libraries/TypeSafety/RCTTypeSafety.podspec +1 -1
  29. package/Libraries/Utilities/PolyfillFunctions.js +1 -1
  30. package/Libraries/Vibration/React-RCTVibration.podspec +1 -1
  31. package/README.md +6 -6
  32. package/React/Base/RCTVersion.m +1 -1
  33. package/React/CoreModules/React-CoreModules.podspec +1 -1
  34. package/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm +1 -1
  35. package/React/Fabric/Mounting/ComponentViews/TextInput/RCTTextInputComponentView.mm +1 -1
  36. package/React/React-RCTFBReactNativeSpec.podspec +1 -1
  37. package/React/React-RCTFabric.podspec +1 -1
  38. package/React/Runtime/React-RCTRuntime.podspec +1 -1
  39. package/React/Views/ScrollView/RCTScrollView.m +1 -1
  40. package/React-Core.podspec +1 -1
  41. package/React.podspec +1 -1
  42. package/ReactAndroid/build.gradle.kts +1 -1
  43. package/ReactAndroid/gradle.properties +1 -1
  44. package/ReactAndroid/publish.gradle +5 -5
  45. package/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java +5 -4
  46. package/ReactAndroid/src/main/java/com/facebook/react/devsupport/CxxInspectorPackagerConnection.kt +1 -1
  47. package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.kt +49 -12
  48. package/ReactAndroid/src/main/java/com/facebook/react/modules/core/JavaTimerManager.kt +2 -2
  49. package/ReactAndroid/src/main/java/com/facebook/react/modules/intent/IntentModule.kt +8 -4
  50. package/ReactAndroid/src/main/java/com/facebook/react/modules/network/NetworkingModule.kt +2 -2
  51. package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
  52. package/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactInstance.kt +1 -1
  53. package/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java +1 -1
  54. package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactNestedScrollViewManager.kt +1 -1
  55. package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollViewManager.kt +1 -1
  56. package/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactTextView.java +1 -1
  57. package/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactEditText.kt +2 -2
  58. package/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.kt +2 -2
  59. package/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextSelectionWatcher.kt +1 -1
  60. package/ReactApple/Libraries/RCTFoundation/RCTDeprecation/RCTDeprecation.podspec +1 -1
  61. package/ReactApple/RCTSwiftUI/RCTSwiftUI.podspec +1 -1
  62. package/ReactApple/RCTSwiftUIWrapper/RCTSwiftUIWrapper.podspec +1 -1
  63. package/ReactCommon/React-Fabric.podspec +1 -1
  64. package/ReactCommon/React-FabricComponents.podspec +1 -1
  65. package/ReactCommon/React-FabricImage.podspec +1 -1
  66. package/ReactCommon/React-Mapbuffer.podspec +1 -1
  67. package/ReactCommon/ReactCommon.podspec +1 -1
  68. package/ReactCommon/callinvoker/React-callinvoker.podspec +1 -1
  69. package/ReactCommon/cxxreact/React-cxxreact.podspec +1 -1
  70. package/ReactCommon/cxxreact/ReactNativeVersion.h +2 -2
  71. package/ReactCommon/hermes/React-hermes.podspec +1 -1
  72. package/ReactCommon/hermes/executor/React-jsitracing.podspec +1 -1
  73. package/ReactCommon/jserrorhandler/React-jserrorhandler.podspec +1 -1
  74. package/ReactCommon/jsi/React-jsi.podspec +1 -1
  75. package/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +1 -1
  76. package/ReactCommon/jsinspector-modern/React-jsinspector.podspec +1 -1
  77. package/ReactCommon/jsinspector-modern/cdp/React-jsinspectorcdp.podspec +1 -1
  78. package/ReactCommon/jsinspector-modern/network/React-jsinspectornetwork.podspec +1 -1
  79. package/ReactCommon/jsinspector-modern/tracing/React-jsinspectortracing.podspec +1 -1
  80. package/ReactCommon/jsitooling/React-jsitooling.podspec +1 -1
  81. package/ReactCommon/logger/React-logger.podspec +1 -1
  82. package/ReactCommon/oscompat/React-oscompat.podspec +1 -1
  83. package/ReactCommon/react/debug/React-debug.podspec +1 -1
  84. package/ReactCommon/react/debug/redbox/JscSafeUrl.h +1 -1
  85. package/ReactCommon/react/featureflags/React-featureflags.podspec +1 -1
  86. package/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/JavaTurboModule.cpp +1 -1
  87. package/ReactCommon/react/nativemodule/core/platform/ios/React-NativeModulesApple.podspec +1 -1
  88. package/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTInteropTurboModule.mm +1 -1
  89. package/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm +1 -1
  90. package/ReactCommon/react/nativemodule/defaults/React-defaultsnativemodule.podspec +1 -1
  91. package/ReactCommon/react/nativemodule/dom/NativeDOM.cpp +10 -4
  92. package/ReactCommon/react/nativemodule/dom/React-domnativemodule.podspec +1 -1
  93. package/ReactCommon/react/nativemodule/featureflags/React-featureflagsnativemodule.podspec +1 -1
  94. package/ReactCommon/react/nativemodule/idlecallbacks/React-idlecallbacksnativemodule.podspec +1 -1
  95. package/ReactCommon/react/nativemodule/intersectionobserver/React-intersectionobservernativemodule.podspec +1 -1
  96. package/ReactCommon/react/nativemodule/microtasks/React-microtasksnativemodule.podspec +1 -1
  97. package/ReactCommon/react/nativemodule/mutationobserver/React-mutationobservernativemodule.podspec +1 -1
  98. package/ReactCommon/react/nativemodule/samples/ReactCommon-Samples.podspec +1 -1
  99. package/ReactCommon/react/nativemodule/viewtransition/React-viewtransitionnativemodule.podspec +1 -1
  100. package/ReactCommon/react/nativemodule/webperformance/React-webperformancenativemodule.podspec +1 -1
  101. package/ReactCommon/react/networking/React-networking.podspec +1 -1
  102. package/ReactCommon/react/performance/cdpmetrics/React-performancecdpmetrics.podspec +1 -1
  103. package/ReactCommon/react/performance/timeline/React-performancetimeline.podspec +1 -1
  104. package/ReactCommon/react/renderer/animated/internal/primitives.h +1 -1
  105. package/ReactCommon/react/renderer/consistency/React-rendererconsistency.podspec +1 -1
  106. package/ReactCommon/react/renderer/core/EventEmitter.cpp +20 -4
  107. package/ReactCommon/react/renderer/core/ShadowNode.cpp +27 -19
  108. package/ReactCommon/react/renderer/core/ShadowNodeFamily.h +2 -0
  109. package/ReactCommon/react/renderer/css/React-renderercss.podspec +1 -1
  110. package/ReactCommon/react/renderer/debug/React-rendererdebug.podspec +1 -1
  111. package/ReactCommon/react/renderer/graphics/React-graphics.podspec +1 -1
  112. package/ReactCommon/react/renderer/imagemanager/platform/ios/React-ImageManager.podspec +1 -1
  113. package/ReactCommon/react/renderer/mounting/internal/CullingContext.cpp +1 -1
  114. package/ReactCommon/react/renderer/runtimescheduler/React-runtimescheduler.podspec +1 -1
  115. package/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/RCTFontUtils.mm +1 -1
  116. package/ReactCommon/react/renderer/uimanager/UIManager.cpp +58 -53
  117. package/ReactCommon/react/renderer/uimanager/tests/FabricUIManagerTest.cpp +144 -3
  118. package/ReactCommon/react/runtime/React-RuntimeCore.podspec +1 -1
  119. package/ReactCommon/react/runtime/React-RuntimeHermes.podspec +1 -1
  120. package/ReactCommon/react/runtime/platform/ios/React-RuntimeApple.podspec +1 -1
  121. package/ReactCommon/react/timing/React-timing.podspec +1 -1
  122. package/ReactCommon/react/utils/React-utils.podspec +1 -1
  123. package/ReactCommon/reactperflogger/React-perflogger.podspec +1 -1
  124. package/ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec +1 -1
  125. package/ReactCommon/yoga/Yoga.podspec +2 -2
  126. package/ReactCommon/yoga/yoga/algorithm/AbsoluteLayout.cpp +2 -1
  127. package/ReactCommon/yoga/yoga/algorithm/CalculateLayout.cpp +11 -7
  128. package/ReactCommon/yoga/yoga/algorithm/CalculateLayout.h +1 -1
  129. package/package.json +12 -12
  130. package/scripts/cocoapods/spm.rb +1 -1
  131. package/scripts/cocoapods/utils.rb +2 -2
  132. package/scripts/codegen/templates/ReactAppDependencyProvider.podspec.template +1 -1
  133. package/scripts/codegen/templates/ReactCodegen.podspec.template +1 -1
  134. package/scripts/ios-configure-glog.sh +1 -1
  135. package/sdks/.hermesv1version +1 -1
  136. package/sdks/hermes-engine/hermes-engine.podspec +7 -2
  137. package/sdks/hermes-engine/version.properties +1 -1
  138. package/src/private/types/HostInstance.js +1 -1
  139. package/src/types/globals.d.ts +2 -2
  140. package/third-party-podspecs/RCT-Folly.podspec +1 -1
  141. package/third-party-podspecs/ReactNativeDependencies.podspec +1 -1
  142. package/third-party-podspecs/glog.podspec +1 -1
  143. package/types/public/ReactNativeTypes.d.ts +2 -2
  144. package/types_generated/Libraries/Animated/components/AnimatedScrollView.d.ts +2 -2
  145. package/types_generated/Libraries/Components/Button.d.ts +3 -3
  146. package/types_generated/Libraries/Components/TextInput/TextInput.flow.d.ts +2 -2
  147. package/types_generated/Libraries/Components/View/ViewAccessibility.d.ts +4 -4
  148. package/types_generated/Libraries/Interaction/PanResponder.d.ts +2 -2
  149. package/types_generated/src/private/types/HostInstance.d.ts +2 -2
@@ -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<<a530b14853373cfdc40ec5a2df7cb8a0>>
7
+ * @generated SignedSource<<d632f414daf92e9a1de00d6d4e2f1ffe>>
8
8
  *
9
9
  * This file was translated from Flow by scripts/js-api/build-types/index.js.
10
10
  * Original file: packages/react-native/Libraries/Components/View/ViewAccessibility.js
@@ -223,7 +223,7 @@ export type AccessibilityProps = Readonly<Omit<AccessibilityPropsAndroid, keyof
223
223
  accessibilityHint?: string | undefined;
224
224
  /**
225
225
  * Alias for accessibilityLabel https://reactnative.dev/docs/view#accessibilitylabel
226
- * https://github.com/facebook/react-native/issues/34424
226
+ * https://github.com/react/react-native/issues/34424
227
227
  */
228
228
  "aria-label"?: string | undefined;
229
229
  /**
@@ -295,7 +295,7 @@ export type AccessibilityProps = Readonly<Omit<AccessibilityPropsAndroid, keyof
295
295
  accessibilityHint?: string | undefined;
296
296
  /**
297
297
  * Alias for accessibilityLabel https://reactnative.dev/docs/view#accessibilitylabel
298
- * https://github.com/facebook/react-native/issues/34424
298
+ * https://github.com/react/react-native/issues/34424
299
299
  */
300
300
  "aria-label"?: string | undefined;
301
301
  /**
@@ -367,7 +367,7 @@ export type AccessibilityProps = Readonly<Omit<AccessibilityPropsAndroid, keyof
367
367
  accessibilityHint?: string | undefined;
368
368
  /**
369
369
  * Alias for accessibilityLabel https://reactnative.dev/docs/view#accessibilitylabel
370
- * https://github.com/facebook/react-native/issues/34424
370
+ * https://github.com/react/react-native/issues/34424
371
371
  */
372
372
  "aria-label"?: string | undefined;
373
373
  /**
@@ -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<<6c3f52d452fe844d027bee1f6d755fa1>>
7
+ * @generated SignedSource<<d55e74e2efd5ee21a5a6947b85b1c69f>>
8
8
  *
9
9
  * This file was translated from Flow by scripts/js-api/build-types/index.js.
10
10
  * Original file: packages/react-native/Libraries/Interaction/PanResponder.js
@@ -103,7 +103,7 @@ import type { GestureResponderEvent } from "../Types/CoreEventTypes";
103
103
  * ### Working Example
104
104
  *
105
105
  * To see it in action, try the
106
- * [PanResponder example in RNTester](https://github.com/facebook/react-native/blob/HEAD/packages/rn-tester/js/examples/PanResponder/PanResponderExample.js)
106
+ * [PanResponder example in RNTester](https://github.com/react/react-native/blob/HEAD/packages/rn-tester/js/examples/PanResponder/PanResponderExample.js)
107
107
  */
108
108
 
109
109
  export type PanResponderGestureState = {
@@ -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<<04d83f009e651f396d99029acaee044b>>
7
+ * @generated SignedSource<<6bde5bbe9e632ac3407d08e6936ee032>>
8
8
  *
9
9
  * This file was translated from Flow by scripts/js-api/build-types/index.js.
10
10
  * Original file: packages/react-native/src/private/types/HostInstance.js
@@ -22,7 +22,7 @@ export type MeasureLayoutOnSuccessCallback = (left: number, top: number, width:
22
22
  * Note, however, that they are not available on composite components that aren't directly backed by a
23
23
  * native view. This will generally include most components that you define in your own app.
24
24
  * For more information, see [Direct Manipulation](https://reactnative.dev/docs/the-new-architecture/direct-manipulation-new-architecture).
25
- * @see https://github.com/facebook/react-native/blob/master/Libraries/Renderer/shims/ReactNativeTypes.js#L87
25
+ * @see https://github.com/react/react-native/blob/master/Libraries/Renderer/shims/ReactNativeTypes.js#L87
26
26
  */
27
27
  export interface LegacyHostInstanceMethods {
28
28
  /**