react-native-windows 0.0.0-canary.435 → 0.0.0-canary.439

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 (595) hide show
  1. package/.flowconfig +1 -1
  2. package/Libraries/ActionSheetIOS/ActionSheetIOS.js +1 -1
  3. package/Libraries/ActionSheetIOS/NativeActionSheetManager.js +1 -1
  4. package/Libraries/Alert/Alert.js +1 -1
  5. package/Libraries/Alert/NativeAlertManager.js +1 -1
  6. package/Libraries/Alert/RCTAlertManager.android.js +1 -1
  7. package/Libraries/Alert/RCTAlertManager.ios.js +1 -1
  8. package/Libraries/Animated/Animated.js +1 -1
  9. package/Libraries/Animated/AnimatedEvent.js +1 -1
  10. package/Libraries/Animated/AnimatedImplementation.js +1 -1
  11. package/Libraries/Animated/AnimatedMock.js +1 -1
  12. package/Libraries/Animated/AnimatedWeb.js +1 -1
  13. package/Libraries/Animated/Easing.js +1 -1
  14. package/Libraries/Animated/NativeAnimatedHelper.js +1 -1
  15. package/Libraries/Animated/NativeAnimatedModule.js +1 -1
  16. package/Libraries/Animated/NativeAnimatedTurboModule.js +1 -1
  17. package/Libraries/Animated/SpringConfig.js +1 -1
  18. package/Libraries/Animated/animations/Animation.js +1 -1
  19. package/Libraries/Animated/animations/DecayAnimation.js +1 -1
  20. package/Libraries/Animated/animations/SpringAnimation.js +1 -1
  21. package/Libraries/Animated/animations/TimingAnimation.js +1 -1
  22. package/Libraries/Animated/bezier.js +1 -1
  23. package/Libraries/Animated/components/AnimatedFlatList.js +1 -1
  24. package/Libraries/Animated/components/AnimatedImage.js +1 -1
  25. package/Libraries/Animated/components/AnimatedScrollView.js +1 -1
  26. package/Libraries/Animated/components/AnimatedSectionList.js +1 -1
  27. package/Libraries/Animated/components/AnimatedText.js +1 -1
  28. package/Libraries/Animated/components/AnimatedView.js +1 -1
  29. package/Libraries/Animated/createAnimatedComponent.js +1 -1
  30. package/Libraries/Animated/createAnimatedComponentInjection.js +1 -1
  31. package/Libraries/Animated/createAnimatedComponent_EXPERIMENTAL.js +1 -1
  32. package/Libraries/Animated/nodes/AnimatedAddition.js +1 -1
  33. package/Libraries/Animated/nodes/AnimatedDiffClamp.js +1 -1
  34. package/Libraries/Animated/nodes/AnimatedDivision.js +1 -1
  35. package/Libraries/Animated/nodes/AnimatedInterpolation.js +1 -1
  36. package/Libraries/Animated/nodes/AnimatedModulo.js +1 -1
  37. package/Libraries/Animated/nodes/AnimatedMultiplication.js +1 -1
  38. package/Libraries/Animated/nodes/AnimatedNode.js +1 -1
  39. package/Libraries/Animated/nodes/AnimatedProps.js +1 -1
  40. package/Libraries/Animated/nodes/AnimatedStyle.js +1 -1
  41. package/Libraries/Animated/nodes/AnimatedSubtraction.js +1 -1
  42. package/Libraries/Animated/nodes/AnimatedTracking.js +1 -1
  43. package/Libraries/Animated/nodes/AnimatedTransform.js +1 -1
  44. package/Libraries/Animated/nodes/AnimatedValue.js +9 -3
  45. package/Libraries/Animated/nodes/AnimatedValueXY.js +1 -1
  46. package/Libraries/Animated/nodes/AnimatedWithChildren.js +1 -1
  47. package/Libraries/Animated/useAnimatedProps.js +1 -1
  48. package/Libraries/AppState/AppState.js +1 -1
  49. package/Libraries/AppState/NativeAppState.js +1 -1
  50. package/Libraries/BatchedBridge/BatchedBridge.js +1 -1
  51. package/Libraries/BatchedBridge/MessageQueue.js +1 -1
  52. package/Libraries/BatchedBridge/NativeModules.js +1 -1
  53. package/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig.js +1 -1
  54. package/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule.js +1 -1
  55. package/Libraries/Blob/Blob.js +1 -1
  56. package/Libraries/Blob/BlobManager.js +1 -1
  57. package/Libraries/Blob/BlobRegistry.js +1 -1
  58. package/Libraries/Blob/BlobTypes.js +1 -1
  59. package/Libraries/Blob/File.js +1 -1
  60. package/Libraries/Blob/FileReader.js +1 -1
  61. package/Libraries/Blob/NativeBlobModule.js +1 -1
  62. package/Libraries/Blob/NativeFileReaderModule.js +1 -1
  63. package/Libraries/Blob/URL.js +1 -1
  64. package/Libraries/Blob/__mocks__/BlobModule.js +1 -1
  65. package/Libraries/Blob/__mocks__/FileReaderModule.js +1 -1
  66. package/Libraries/BugReporting/BugReporting.js +1 -1
  67. package/Libraries/BugReporting/NativeBugReporting.js +1 -1
  68. package/Libraries/BugReporting/dumpReactTree.js +1 -1
  69. package/Libraries/BugReporting/getReactData.js +1 -1
  70. package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.js +1 -1
  71. package/Libraries/Components/AccessibilityInfo/AccessibilityInfo.windows.js +1 -1
  72. package/Libraries/Components/AccessibilityInfo/NativeAccessibilityInfo.js +1 -1
  73. package/Libraries/Components/AccessibilityInfo/NativeAccessibilityManager.js +1 -1
  74. package/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.android.js +1 -1
  75. package/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.ios.js +1 -1
  76. package/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.windows.js +1 -1
  77. package/Libraries/Components/ActivityIndicator/ActivityIndicator.js +1 -1
  78. package/Libraries/Components/ActivityIndicator/ActivityIndicatorViewNativeComponent.js +1 -1
  79. package/Libraries/Components/Button.js +1 -1
  80. package/Libraries/Components/Clipboard/Clipboard.js +1 -1
  81. package/Libraries/Components/Clipboard/NativeClipboard.js +1 -1
  82. package/Libraries/Components/DatePicker/DatePickerIOS.android.js +1 -1
  83. package/Libraries/Components/DatePicker/DatePickerIOS.ios.js +1 -1
  84. package/Libraries/Components/DatePicker/DatePickerIOS.windows.js +1 -1
  85. package/Libraries/Components/DatePicker/RCTDatePickerNativeComponent.js +1 -1
  86. package/Libraries/Components/DatePickerAndroid/NativeDatePickerAndroid.js +1 -1
  87. package/Libraries/Components/DrawerAndroid/AndroidDrawerLayoutNativeComponent.js +1 -1
  88. package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js +1 -1
  89. package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios.js +1 -1
  90. package/Libraries/Components/Keyboard/Keyboard.js +1 -1
  91. package/Libraries/Components/Keyboard/KeyboardAvoidingView.js +1 -2
  92. package/Libraries/Components/Keyboard/NativeKeyboardObserver.js +1 -1
  93. package/Libraries/Components/MaskedView/MaskedViewIOS.android.js +1 -1
  94. package/Libraries/Components/MaskedView/MaskedViewIOS.ios.js +1 -1
  95. package/Libraries/Components/MaskedView/RCTMaskedViewNativeComponent.js +1 -1
  96. package/Libraries/Components/Pressable/Pressable.js +1 -1
  97. package/Libraries/Components/Pressable/Pressable.windows.js +1 -1
  98. package/Libraries/Components/Pressable/useAndroidRippleForView.js +1 -1
  99. package/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js +1 -1
  100. package/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js +1 -1
  101. package/Libraries/Components/ProgressBarAndroid/ProgressBarAndroidNativeComponent.js +1 -1
  102. package/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android.js +1 -1
  103. package/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js +1 -1
  104. package/Libraries/Components/ProgressViewIOS/ProgressViewIOS.windows.js +1 -1
  105. package/Libraries/Components/ProgressViewIOS/RCTProgressViewNativeComponent.js +1 -1
  106. package/Libraries/Components/RefreshControl/AndroidSwipeRefreshLayoutNativeComponent.js +1 -1
  107. package/Libraries/Components/RefreshControl/PullToRefreshViewNativeComponent.js +1 -1
  108. package/Libraries/Components/RefreshControl/RefreshControl.js +1 -1
  109. package/Libraries/Components/RefreshControl/RefreshControl.windows.js +1 -1
  110. package/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock.js +1 -1
  111. package/Libraries/Components/SafeAreaView/RCTSafeAreaViewNativeComponent.js +1 -1
  112. package/Libraries/Components/SafeAreaView/SafeAreaView.js +1 -1
  113. package/Libraries/Components/SafeAreaView/SafeAreaView.windows.js +1 -1
  114. package/Libraries/Components/ScrollView/AndroidHorizontalScrollContentViewNativeComponent.js +1 -1
  115. package/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js +1 -1
  116. package/Libraries/Components/ScrollView/ScrollContentViewNativeComponent.js +1 -1
  117. package/Libraries/Components/ScrollView/ScrollView.js +9 -2
  118. package/Libraries/Components/ScrollView/ScrollViewCommands.js +1 -1
  119. package/Libraries/Components/ScrollView/ScrollViewContext.js +1 -1
  120. package/Libraries/Components/ScrollView/ScrollViewNativeComponent.js +2 -1
  121. package/Libraries/Components/ScrollView/ScrollViewNativeComponentType.js +2 -1
  122. package/Libraries/Components/ScrollView/ScrollViewStickyHeader.js +1 -1
  123. package/Libraries/Components/ScrollView/ScrollViewViewConfig.js +2 -1
  124. package/Libraries/Components/ScrollView/processDecelerationRate.js +1 -1
  125. package/Libraries/Components/SegmentedControlIOS/RCTSegmentedControlNativeComponent.js +1 -1
  126. package/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android.js +1 -1
  127. package/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js +1 -1
  128. package/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.windows.js +1 -1
  129. package/Libraries/Components/Slider/Slider.js +1 -1
  130. package/Libraries/Components/Slider/SliderNativeComponent.js +1 -1
  131. package/Libraries/Components/Sound/NativeSoundManager.js +1 -1
  132. package/Libraries/Components/Sound/SoundManager.js +1 -1
  133. package/Libraries/Components/StaticRenderer.js +1 -1
  134. package/Libraries/Components/StatusBar/NativeStatusBarManagerAndroid.js +1 -1
  135. package/Libraries/Components/StatusBar/NativeStatusBarManagerIOS.js +1 -1
  136. package/Libraries/Components/StatusBar/StatusBar.js +1 -1
  137. package/Libraries/Components/Switch/AndroidSwitchNativeComponent.js +1 -1
  138. package/Libraries/Components/Switch/Switch.js +1 -1
  139. package/Libraries/Components/Switch/SwitchNativeComponent.js +1 -1
  140. package/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js +1 -1
  141. package/Libraries/Components/TextInput/AndroidTextInputViewConfig.js +1 -1
  142. package/Libraries/Components/TextInput/InputAccessoryView.js +1 -1
  143. package/Libraries/Components/TextInput/RCTInputAccessoryViewNativeComponent.js +1 -1
  144. package/Libraries/Components/TextInput/RCTMultilineTextInputNativeComponent.js +1 -1
  145. package/Libraries/Components/TextInput/RCTSingelineTextInputNativeComponent.js +1 -1
  146. package/Libraries/Components/TextInput/RCTTextInputViewConfig.js +1 -1
  147. package/Libraries/Components/TextInput/TextInput.js +77 -1
  148. package/Libraries/Components/TextInput/TextInput.windows.js +77 -1
  149. package/Libraries/Components/TextInput/TextInputNativeCommands.js +1 -1
  150. package/Libraries/Components/TextInput/TextInputState.js +1 -1
  151. package/Libraries/Components/TextInput/TextInputState.windows.js +1 -1
  152. package/Libraries/Components/ToastAndroid/NativeToastAndroid.js +1 -1
  153. package/Libraries/Components/ToastAndroid/ToastAndroid.android.js +1 -1
  154. package/Libraries/Components/ToastAndroid/ToastAndroid.ios.js +1 -1
  155. package/Libraries/Components/ToastAndroid/ToastAndroid.windows.js +1 -1
  156. package/Libraries/Components/Touchable/BoundingDimensions.js +1 -1
  157. package/Libraries/Components/Touchable/PooledClass.js +1 -1
  158. package/Libraries/Components/Touchable/Position.js +1 -1
  159. package/Libraries/Components/Touchable/Touchable.js +1 -1
  160. package/Libraries/Components/Touchable/TouchableBounce.js +1 -1
  161. package/Libraries/Components/Touchable/TouchableHighlight.js +1 -1
  162. package/Libraries/Components/Touchable/TouchableHighlight.windows.js +1 -1
  163. package/Libraries/Components/Touchable/TouchableNativeFeedback.js +1 -1
  164. package/Libraries/Components/Touchable/TouchableOpacity.js +1 -1
  165. package/Libraries/Components/Touchable/TouchableOpacity.windows.js +1 -1
  166. package/Libraries/Components/Touchable/TouchableWithoutFeedback.js +1 -1
  167. package/Libraries/Components/Touchable/TouchableWithoutFeedback.windows.js +1 -1
  168. package/Libraries/Components/UnimplementedViews/UnimplementedNativeViewNativeComponent.js +1 -1
  169. package/Libraries/Components/UnimplementedViews/UnimplementedView.js +1 -1
  170. package/Libraries/Components/View/ReactNativeStyleAttributes.js +1 -1
  171. package/Libraries/Components/View/ReactNativeViewAttributes.js +1 -1
  172. package/Libraries/Components/View/ReactNativeViewAttributes.windows.js +1 -1
  173. package/Libraries/Components/View/ReactNativeViewViewConfig.js +1 -1
  174. package/Libraries/Components/View/ReactNativeViewViewConfig.windows.js +1 -1
  175. package/Libraries/Components/View/ReactNativeViewViewConfigAndroid.js +1 -1
  176. package/Libraries/Components/View/View.js +1 -1
  177. package/Libraries/Components/View/View.windows.js +1 -1
  178. package/Libraries/Components/View/ViewAccessibility.js +1 -1
  179. package/Libraries/Components/View/ViewAccessibility.windows.js +1 -1
  180. package/Libraries/Components/View/ViewNativeComponent.js +1 -1
  181. package/Libraries/Components/View/ViewPropTypes.js +1 -1
  182. package/Libraries/Components/View/ViewPropTypes.windows.js +1 -1
  183. package/Libraries/Core/Devtools/getDevServer.js +1 -1
  184. package/Libraries/Core/Devtools/openFileInEditor.js +1 -1
  185. package/Libraries/Core/Devtools/openURLInBrowser.js +1 -1
  186. package/Libraries/Core/Devtools/parseErrorStack.js +1 -1
  187. package/Libraries/Core/Devtools/parseHermesStack.js +1 -1
  188. package/Libraries/Core/Devtools/symbolicateStackTrace.js +1 -1
  189. package/Libraries/Core/ExceptionsManager.js +1 -1
  190. package/Libraries/Core/ExtendedError.js +1 -1
  191. package/Libraries/Core/InitializeCore.js +1 -1
  192. package/Libraries/Core/NativeExceptionsManager.js +1 -1
  193. package/Libraries/Core/ReactFiberErrorDialog.js +1 -1
  194. package/Libraries/Core/ReactNativeVersion.js +3 -3
  195. package/Libraries/Core/ReactNativeVersionCheck.js +1 -1
  196. package/Libraries/Core/ReactNativeVersionCheck.windows.js +1 -1
  197. package/Libraries/Core/SegmentFetcher/NativeSegmentFetcher.js +1 -1
  198. package/Libraries/Core/Timers/JSTimers.js +1 -1
  199. package/Libraries/Core/Timers/NativeTiming.js +1 -1
  200. package/Libraries/Core/Timers/immediateShim.js +1 -1
  201. package/Libraries/Core/Timers/queueMicrotask.js +1 -1
  202. package/Libraries/Core/__mocks__/ErrorUtils.js +1 -1
  203. package/Libraries/Core/checkNativeVersion.js +1 -1
  204. package/Libraries/Core/polyfillPromise.js +1 -1
  205. package/Libraries/Core/setUpAlert.js +1 -1
  206. package/Libraries/Core/setUpBatchedBridge.js +1 -1
  207. package/Libraries/Core/setUpDeveloperTools.js +1 -1
  208. package/Libraries/Core/setUpErrorHandling.js +1 -1
  209. package/Libraries/Core/setUpGlobals.js +1 -1
  210. package/Libraries/Core/setUpNavigator.js +1 -1
  211. package/Libraries/Core/setUpPerformance.js +1 -1
  212. package/Libraries/Core/setUpReactDevTools.js +1 -1
  213. package/Libraries/Core/setUpReactRefresh.js +1 -1
  214. package/Libraries/Core/setUpRegeneratorRuntime.js +1 -1
  215. package/Libraries/Core/setUpSegmentFetcher.js +1 -1
  216. package/Libraries/Core/setUpSystrace.js +1 -1
  217. package/Libraries/Core/setUpTimers.js +1 -1
  218. package/Libraries/Core/setUpXHR.js +1 -1
  219. package/Libraries/DeprecatedPropTypes/DeprecatedColorPropType.js +1 -1
  220. package/Libraries/DeprecatedPropTypes/DeprecatedEdgeInsetsPropType.js +1 -1
  221. package/Libraries/DeprecatedPropTypes/DeprecatedImagePropType.android.js +1 -1
  222. package/Libraries/DeprecatedPropTypes/DeprecatedImagePropType.ios.js +1 -1
  223. package/Libraries/DeprecatedPropTypes/DeprecatedImagePropType.windows.js +1 -1
  224. package/Libraries/DeprecatedPropTypes/DeprecatedImageSourcePropType.js +1 -1
  225. package/Libraries/DeprecatedPropTypes/DeprecatedImageStylePropTypes.js +1 -1
  226. package/Libraries/DeprecatedPropTypes/DeprecatedLayoutPropTypes.js +1 -1
  227. package/Libraries/DeprecatedPropTypes/DeprecatedPointPropType.js +1 -1
  228. package/Libraries/DeprecatedPropTypes/DeprecatedShadowPropTypesIOS.js +1 -1
  229. package/Libraries/DeprecatedPropTypes/DeprecatedStyleSheetPropType.js +1 -1
  230. package/Libraries/DeprecatedPropTypes/DeprecatedTextInputPropTypes.js +1 -1
  231. package/Libraries/DeprecatedPropTypes/DeprecatedTextPropTypes.js +1 -1
  232. package/Libraries/DeprecatedPropTypes/DeprecatedTextStylePropTypes.js +1 -1
  233. package/Libraries/DeprecatedPropTypes/DeprecatedTransformPropTypes.js +1 -1
  234. package/Libraries/DeprecatedPropTypes/DeprecatedViewAccessibility.js +1 -1
  235. package/Libraries/DeprecatedPropTypes/DeprecatedViewAccessibility.windows.js +1 -1
  236. package/Libraries/DeprecatedPropTypes/DeprecatedViewPropTypes.js +1 -1
  237. package/Libraries/DeprecatedPropTypes/DeprecatedViewStylePropTypes.js +1 -1
  238. package/Libraries/DeprecatedPropTypes/deprecatedCreateStrictShapeTypeChecker.js +1 -1
  239. package/Libraries/EventEmitter/NativeEventEmitter.js +1 -1
  240. package/Libraries/EventEmitter/RCTDeviceEventEmitter.js +1 -1
  241. package/Libraries/EventEmitter/RCTEventEmitter.js +1 -1
  242. package/Libraries/EventEmitter/RCTNativeAppEventEmitter.js +1 -1
  243. package/Libraries/EventEmitter/__mocks__/NativeEventEmitter.js +1 -1
  244. package/Libraries/HeapCapture/HeapCapture.js +1 -1
  245. package/Libraries/HeapCapture/NativeJSCHeapCapture.js +1 -1
  246. package/Libraries/Image/AssetRegistry.js +1 -1
  247. package/Libraries/Image/AssetSourceResolver.js +1 -1
  248. package/Libraries/Image/AssetUtils.js +1 -1
  249. package/Libraries/Image/Image.android.js +2 -2
  250. package/Libraries/Image/Image.ios.js +2 -2
  251. package/Libraries/Image/Image.windows.js +2 -2
  252. package/Libraries/Image/ImageAnalyticsTagContext.js +1 -1
  253. package/Libraries/Image/ImageBackground.js +1 -1
  254. package/Libraries/Image/ImageInjection.js +1 -1
  255. package/Libraries/Image/ImagePickerIOS.js +1 -1
  256. package/Libraries/Image/ImageProps.js +1 -1
  257. package/Libraries/Image/ImageResizeMode.js +1 -1
  258. package/Libraries/Image/ImageSource.js +1 -1
  259. package/Libraries/Image/ImageViewNativeComponent.js +1 -1
  260. package/Libraries/Image/NativeImageEditor.js +1 -1
  261. package/Libraries/Image/NativeImageLoaderAndroid.js +1 -1
  262. package/Libraries/Image/NativeImageLoaderIOS.js +1 -1
  263. package/Libraries/Image/NativeImagePickerIOS.js +1 -1
  264. package/Libraries/Image/NativeImageStoreAndroid.js +1 -1
  265. package/Libraries/Image/NativeImageStoreIOS.js +1 -1
  266. package/Libraries/Image/RelativeImageStub.js +1 -1
  267. package/Libraries/Image/TextInlineImageNativeComponent.js +2 -2
  268. package/Libraries/Image/nativeImageSource.js +1 -1
  269. package/Libraries/Image/resolveAssetSource.js +1 -1
  270. package/Libraries/Inspector/BorderBox.js +1 -1
  271. package/Libraries/Inspector/BoxInspector.js +1 -1
  272. package/Libraries/Inspector/ElementBox.js +1 -1
  273. package/Libraries/Inspector/ElementProperties.js +1 -1
  274. package/Libraries/Inspector/Inspector.js +1 -1
  275. package/Libraries/Inspector/InspectorOverlay.js +1 -1
  276. package/Libraries/Inspector/InspectorPanel.js +1 -1
  277. package/Libraries/Inspector/NetworkOverlay.js +1 -1
  278. package/Libraries/Inspector/PerformanceOverlay.js +1 -1
  279. package/Libraries/Inspector/StyleInspector.js +1 -1
  280. package/Libraries/Inspector/resolveBoxStyle.js +1 -1
  281. package/Libraries/Interaction/Batchinator.js +1 -1
  282. package/Libraries/Interaction/BridgeSpyStallHandler.js +1 -1
  283. package/Libraries/Interaction/FrameRateLogger.js +1 -1
  284. package/Libraries/Interaction/InteractionManager.js +1 -1
  285. package/Libraries/Interaction/InteractionStallDebugger.js +1 -1
  286. package/Libraries/Interaction/JSEventLoopWatchdog.js +1 -1
  287. package/Libraries/Interaction/NativeFrameRateLogger.js +1 -1
  288. package/Libraries/Interaction/PanResponder.js +1 -1
  289. package/Libraries/Interaction/TaskQueue.js +1 -1
  290. package/Libraries/Interaction/TouchHistoryMath.js +1 -1
  291. package/Libraries/JSInspector/InspectorAgent.js +1 -1
  292. package/Libraries/JSInspector/JSInspector.js +1 -1
  293. package/Libraries/JSInspector/NetworkAgent.js +1 -1
  294. package/Libraries/LayoutAnimation/LayoutAnimation.js +1 -1
  295. package/Libraries/Linking/Linking.js +1 -1
  296. package/Libraries/Linking/NativeIntentAndroid.js +1 -1
  297. package/Libraries/Linking/NativeLinkingManager.js +1 -1
  298. package/Libraries/Lists/CellRenderMask.js +1 -1
  299. package/Libraries/Lists/FillRateHelper.js +1 -1
  300. package/Libraries/Lists/FlatList.js +1 -1
  301. package/Libraries/Lists/SectionList.js +1 -1
  302. package/Libraries/Lists/SectionListModern.js +1 -1
  303. package/Libraries/Lists/ViewabilityHelper.js +1 -1
  304. package/Libraries/Lists/VirtualizeUtils.js +1 -1
  305. package/Libraries/Lists/VirtualizedList.js +1 -1
  306. package/Libraries/Lists/VirtualizedListContext.js +1 -1
  307. package/Libraries/Lists/VirtualizedSectionList.js +1 -1
  308. package/Libraries/Lists/__flowtests__/FlatList-flowtest.js +1 -1
  309. package/Libraries/Lists/__flowtests__/SectionList-flowtest.js +1 -1
  310. package/Libraries/Lists/__tests__/CellRenderMask-test.js +1 -1
  311. package/Libraries/Lists/__tests__/FillRateHelper-test.windows.js +1 -1
  312. package/Libraries/Lists/__tests__/FlatList-test.windows.js +1 -1
  313. package/Libraries/Lists/__tests__/SectionList-test.windows.js +1 -1
  314. package/Libraries/Lists/__tests__/ViewabilityHelper-test.js +1 -1
  315. package/Libraries/Lists/__tests__/VirtualizeUtils-test.windows.js +1 -1
  316. package/Libraries/Lists/__tests__/VirtualizedList-test.windows.js +1 -1
  317. package/Libraries/Lists/__tests__/VirtualizedSectionList-test.windows.js +1 -1
  318. package/Libraries/LogBox/Data/LogBoxData.js +1 -1
  319. package/Libraries/LogBox/Data/LogBoxLog.js +1 -1
  320. package/Libraries/LogBox/Data/LogBoxSymbolication.js +1 -1
  321. package/Libraries/LogBox/Data/parseLogBoxLog.js +1 -1
  322. package/Libraries/LogBox/LogBox.js +1 -1
  323. package/Libraries/LogBox/LogBoxInspectorContainer.js +1 -1
  324. package/Libraries/LogBox/LogBoxNotificationContainer.js +1 -1
  325. package/Libraries/LogBox/UI/AnsiHighlight.js +1 -1
  326. package/Libraries/LogBox/UI/LogBoxButton.js +1 -1
  327. package/Libraries/LogBox/UI/LogBoxInspector.js +1 -1
  328. package/Libraries/LogBox/UI/LogBoxInspectorCodeFrame.js +1 -1
  329. package/Libraries/LogBox/UI/LogBoxInspectorFooter.js +1 -1
  330. package/Libraries/LogBox/UI/LogBoxInspectorHeader.js +1 -1
  331. package/Libraries/LogBox/UI/LogBoxInspectorMessageHeader.js +1 -1
  332. package/Libraries/LogBox/UI/LogBoxInspectorReactFrames.js +1 -1
  333. package/Libraries/LogBox/UI/LogBoxInspectorSection.js +1 -1
  334. package/Libraries/LogBox/UI/LogBoxInspectorSourceMapStatus.js +1 -1
  335. package/Libraries/LogBox/UI/LogBoxInspectorStackFrame.js +1 -1
  336. package/Libraries/LogBox/UI/LogBoxInspectorStackFrames.js +1 -1
  337. package/Libraries/LogBox/UI/LogBoxMessage.js +1 -1
  338. package/Libraries/LogBox/UI/LogBoxNotification.js +1 -1
  339. package/Libraries/LogBox/UI/LogBoxStyle.js +1 -1
  340. package/Libraries/Modal/Modal.js +1 -1
  341. package/Libraries/Modal/ModalInjection.js +1 -1
  342. package/Libraries/Modal/NativeModalManager.js +1 -1
  343. package/Libraries/Modal/RCTModalHostViewNativeComponent.js +1 -1
  344. package/Libraries/NativeComponent/NativeComponentRegistry.js +1 -1
  345. package/Libraries/NativeComponent/StaticViewConfigValidator.js +1 -1
  346. package/Libraries/NativeComponent/ViewConfig.js +1 -1
  347. package/Libraries/NativeModules/specs/NativeAnimationsDebugModule.js +1 -1
  348. package/Libraries/NativeModules/specs/NativeDevMenu.js +1 -1
  349. package/Libraries/NativeModules/specs/NativeDevSettings.js +1 -1
  350. package/Libraries/NativeModules/specs/NativeDeviceEventManager.js +1 -1
  351. package/Libraries/NativeModules/specs/NativeDialogManagerAndroid.js +1 -1
  352. package/Libraries/NativeModules/specs/NativeLogBox.js +1 -1
  353. package/Libraries/NativeModules/specs/NativeRedBox.js +1 -1
  354. package/Libraries/NativeModules/specs/NativeSourceCode.js +1 -1
  355. package/Libraries/Network/FormData.js +1 -1
  356. package/Libraries/Network/NativeNetworkingAndroid.js +1 -1
  357. package/Libraries/Network/NativeNetworkingIOS.js +1 -1
  358. package/Libraries/Network/RCTNetworking.android.js +1 -1
  359. package/Libraries/Network/RCTNetworking.ios.js +1 -1
  360. package/Libraries/Network/XHRInterceptor.js +1 -1
  361. package/Libraries/Network/XMLHttpRequest.js +1 -1
  362. package/Libraries/Network/convertRequestBody.js +1 -1
  363. package/Libraries/Network/fetch.js +1 -1
  364. package/Libraries/NewAppScreen/components/Colors.js +1 -1
  365. package/Libraries/NewAppScreen/components/DebugInstructions.js +1 -1
  366. package/Libraries/NewAppScreen/components/DebugInstructions.windows.js +1 -1
  367. package/Libraries/NewAppScreen/components/Header.js +1 -1
  368. package/Libraries/NewAppScreen/components/HermesBadge.js +1 -1
  369. package/Libraries/NewAppScreen/components/LearnMoreLinks.js +1 -1
  370. package/Libraries/NewAppScreen/components/ReloadInstructions.js +1 -1
  371. package/Libraries/NewAppScreen/components/ReloadInstructions.windows.js +1 -1
  372. package/Libraries/NewAppScreen/index.js +1 -1
  373. package/Libraries/Performance/NativeJSCSamplingProfiler.js +1 -1
  374. package/Libraries/Performance/PureComponentDebug.js +1 -1
  375. package/Libraries/Performance/QuickPerformanceLogger.js +1 -1
  376. package/Libraries/Performance/SamplingProfiler.js +1 -1
  377. package/Libraries/Performance/Systrace.js +1 -1
  378. package/Libraries/PermissionsAndroid/NativePermissionsAndroid.js +1 -1
  379. package/Libraries/PermissionsAndroid/PermissionsAndroid.js +1 -1
  380. package/Libraries/Pressability/HoverState.js +5 -1
  381. package/Libraries/Pressability/Pressability.js +1 -1
  382. package/Libraries/Pressability/Pressability.windows.js +1 -1
  383. package/Libraries/Pressability/PressabilityDebug.js +1 -1
  384. package/Libraries/Pressability/PressabilityPerformanceEventEmitter.js +1 -1
  385. package/Libraries/Pressability/PressabilityTypes.js +1 -1
  386. package/Libraries/Pressability/usePressability.js +1 -1
  387. package/Libraries/Promise.js +1 -1
  388. package/Libraries/PushNotificationIOS/NativePushNotificationManagerIOS.js +1 -1
  389. package/Libraries/PushNotificationIOS/PushNotificationIOS.js +1 -1
  390. package/Libraries/ReactNative/AppContainer.js +1 -1
  391. package/Libraries/ReactNative/AppRegistry.js +5 -2
  392. package/Libraries/ReactNative/DisplayMode.js +1 -1
  393. package/Libraries/ReactNative/DummyUIManager.js +1 -1
  394. package/Libraries/ReactNative/FabricUIManager.js +1 -1
  395. package/Libraries/ReactNative/HeadlessJsTaskError.js +1 -1
  396. package/Libraries/ReactNative/I18nManager.js +1 -1
  397. package/Libraries/ReactNative/NativeHeadlessJsTaskSupport.js +1 -1
  398. package/Libraries/ReactNative/NativeI18nManager.js +1 -1
  399. package/Libraries/ReactNative/NativeUIManager.js +1 -1
  400. package/Libraries/ReactNative/PaperUIManager.js +1 -1
  401. package/Libraries/ReactNative/PaperUIManager.windows.js +1 -1
  402. package/Libraries/ReactNative/ReactFabricInternals.js +1 -1
  403. package/Libraries/ReactNative/RootTag.js +1 -1
  404. package/Libraries/ReactNative/UIManager.js +1 -1
  405. package/Libraries/ReactNative/UIManagerInjection.js +1 -1
  406. package/Libraries/ReactNative/UIManagerProperties.js +1 -1
  407. package/Libraries/ReactNative/getCachedComponentWithDebugName.js +1 -1
  408. package/Libraries/ReactNative/getNativeComponentAttributes.js +2 -8
  409. package/Libraries/ReactNative/renderApplication.js +1 -1
  410. package/Libraries/ReactNative/requireNativeComponent.js +1 -1
  411. package/Libraries/ReactPrivate/ReactNativePrivateInitializeCore.js +1 -1
  412. package/Libraries/ReactPrivate/ReactNativePrivateInterface.js +1 -1
  413. package/Libraries/Reliability/UserFlow.js +1 -1
  414. package/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +29 -29
  415. package/Libraries/Renderer/implementations/ReactFabric-dev.js +1 -1
  416. package/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +23 -34
  417. package/Libraries/Renderer/implementations/ReactFabric-prod.js +1 -1
  418. package/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +24 -35
  419. package/Libraries/Renderer/implementations/ReactFabric-profiling.js +1 -1
  420. package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +36 -29
  421. package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js +1 -1
  422. package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +23 -34
  423. package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js +1 -1
  424. package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +24 -35
  425. package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js +1 -1
  426. package/Libraries/Settings/NativeSettingsManager.js +1 -1
  427. package/Libraries/Settings/Settings.android.js +1 -1
  428. package/Libraries/Settings/Settings.ios.js +1 -1
  429. package/Libraries/Share/NativeShareModule.js +1 -1
  430. package/Libraries/Share/Share.js +1 -1
  431. package/Libraries/Storage/AsyncStorage.js +1 -1
  432. package/Libraries/Storage/NativeAsyncLocalStorage.js +1 -1
  433. package/Libraries/Storage/NativeAsyncSQLiteDBStorage.js +1 -1
  434. package/Libraries/StyleSheet/EdgeInsetsPropType.js +1 -1
  435. package/Libraries/StyleSheet/PlatformColorValueTypes.android.js +1 -1
  436. package/Libraries/StyleSheet/PlatformColorValueTypes.ios.js +1 -1
  437. package/Libraries/StyleSheet/PlatformColorValueTypesIOS.ios.js +1 -1
  438. package/Libraries/StyleSheet/PlatformColorValueTypesIOS.js +1 -1
  439. package/Libraries/StyleSheet/PointPropType.js +1 -1
  440. package/Libraries/StyleSheet/Rect.js +1 -1
  441. package/Libraries/StyleSheet/StyleSheet.js +1 -1
  442. package/Libraries/StyleSheet/StyleSheetTypes.js +1 -1
  443. package/Libraries/StyleSheet/__flowtests__/StyleSheet-flowtest.js +1 -1
  444. package/Libraries/StyleSheet/flattenStyle.js +1 -1
  445. package/Libraries/StyleSheet/normalizeColor.js +1 -1
  446. package/Libraries/StyleSheet/processColor.js +1 -1
  447. package/Libraries/StyleSheet/processColorArray.js +1 -1
  448. package/Libraries/StyleSheet/processTransform.js +1 -1
  449. package/Libraries/StyleSheet/setNormalizedColorAlpha.js +1 -1
  450. package/Libraries/StyleSheet/splitLayoutProps.js +1 -1
  451. package/Libraries/Text/Text.js +1 -1
  452. package/Libraries/Text/Text.windows.js +1 -1
  453. package/Libraries/Text/TextAncestor.js +1 -1
  454. package/Libraries/Text/TextNativeComponent.js +1 -1
  455. package/Libraries/Text/TextProps.js +1 -1
  456. package/Libraries/TurboModule/RCTExport.js +1 -1
  457. package/Libraries/TurboModule/TurboModuleRegistry.js +1 -1
  458. package/Libraries/TurboModule/samples/NativeSampleTurboModule.js +1 -1
  459. package/Libraries/Types/CodegenTypes.js +1 -1
  460. package/Libraries/Types/CoreEventTypes.js +1 -1
  461. package/Libraries/Types/CoreEventTypes.windows.js +1 -1
  462. package/Libraries/Types/RootTagTypes.js +1 -1
  463. package/Libraries/UTFSequence.js +1 -1
  464. package/Libraries/Utilities/Appearance.js +1 -1
  465. package/Libraries/Utilities/BackHandler.android.js +1 -1
  466. package/Libraries/Utilities/BackHandler.ios.js +1 -1
  467. package/Libraries/Utilities/BackHandler.windows.js +1 -1
  468. package/Libraries/Utilities/DebugEnvironment.js +1 -1
  469. package/Libraries/Utilities/DevSettings.js +1 -1
  470. package/Libraries/Utilities/DeviceInfo.js +1 -1
  471. package/Libraries/Utilities/Dimensions.js +1 -1
  472. package/Libraries/Utilities/FeatureDetection.js +1 -1
  473. package/Libraries/Utilities/GlobalPerformanceLogger.js +1 -1
  474. package/Libraries/Utilities/HMRClient.js +1 -1
  475. package/Libraries/Utilities/HMRClientProdShim.js +1 -1
  476. package/Libraries/Utilities/JSDevSupportModule.js +1 -1
  477. package/Libraries/Utilities/LoadingView.android.js +1 -1
  478. package/Libraries/Utilities/LoadingView.ios.js +1 -1
  479. package/Libraries/Utilities/LoadingView.js +1 -1
  480. package/Libraries/Utilities/MatrixMath.js +1 -1
  481. package/Libraries/Utilities/NativeAppearance.js +1 -1
  482. package/Libraries/Utilities/NativeDevLoadingView.js +1 -1
  483. package/Libraries/Utilities/NativeDevSplitBundleLoader.js +1 -1
  484. package/Libraries/Utilities/NativeDeviceInfo.js +1 -1
  485. package/Libraries/Utilities/NativeJSDevSupport.js +1 -1
  486. package/Libraries/Utilities/NativePlatformConstantsAndroid.js +1 -1
  487. package/Libraries/Utilities/NativePlatformConstantsIOS.js +1 -1
  488. package/Libraries/Utilities/PerformanceLoggerContext.js +1 -1
  489. package/Libraries/Utilities/PixelRatio.js +1 -1
  490. package/Libraries/Utilities/Platform.android.js +1 -1
  491. package/Libraries/Utilities/Platform.ios.js +1 -1
  492. package/Libraries/Utilities/PolyfillFunctions.js +1 -1
  493. package/Libraries/Utilities/RCTLog.js +1 -1
  494. package/Libraries/Utilities/ReactNativeTestTools.js +1 -1
  495. package/Libraries/Utilities/SceneTracker.js +1 -1
  496. package/Libraries/Utilities/__mocks__/BackHandler.js +1 -1
  497. package/Libraries/Utilities/__mocks__/GlobalPerformanceLogger.js +1 -1
  498. package/Libraries/Utilities/__mocks__/PixelRatio.js +1 -1
  499. package/Libraries/Utilities/binaryToBase64.js +1 -1
  500. package/Libraries/Utilities/buildStyleInterpolator.js +1 -1
  501. package/Libraries/Utilities/clamp.js +1 -1
  502. package/Libraries/Utilities/codegenNativeCommands.js +1 -1
  503. package/Libraries/Utilities/codegenNativeComponent.js +1 -1
  504. package/Libraries/Utilities/createPerformanceLogger.js +1 -1
  505. package/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev.js +1 -1
  506. package/Libraries/Utilities/defineLazyObjectProperty.js +1 -1
  507. package/Libraries/Utilities/deprecatedPropType.js +1 -1
  508. package/Libraries/Utilities/differ/deepDiffer.js +1 -1
  509. package/Libraries/Utilities/differ/insetsDiffer.js +1 -1
  510. package/Libraries/Utilities/differ/matricesDiffer.js +1 -1
  511. package/Libraries/Utilities/differ/pointsDiffer.js +1 -1
  512. package/Libraries/Utilities/differ/sizesDiffer.js +1 -1
  513. package/Libraries/Utilities/dismissKeyboard.js +1 -1
  514. package/Libraries/Utilities/groupByEveryN.js +1 -1
  515. package/Libraries/Utilities/infoLog.js +1 -1
  516. package/Libraries/Utilities/logError.js +1 -1
  517. package/Libraries/Utilities/mapWithSeparator.js +1 -1
  518. package/Libraries/Utilities/mergeIntoFast.js +1 -1
  519. package/Libraries/Utilities/setAndForwardRef.js +1 -1
  520. package/Libraries/Utilities/stringifySafe.js +1 -1
  521. package/Libraries/Utilities/truncate.js +1 -1
  522. package/Libraries/Utilities/useColorScheme.js +1 -1
  523. package/Libraries/Utilities/useMergeRefs.js +1 -1
  524. package/Libraries/Utilities/useRefEffect.js +1 -1
  525. package/Libraries/Utilities/useWindowDimensions.js +1 -1
  526. package/Libraries/Utilities/verifyComponentAttributeEquivalence.js +1 -1
  527. package/Libraries/Utilities/warnOnce.js +1 -1
  528. package/Libraries/Vibration/NativeVibration.js +1 -1
  529. package/Libraries/Vibration/Vibration.js +1 -1
  530. package/Libraries/WebSocket/NativeWebSocketModule.js +1 -1
  531. package/Libraries/WebSocket/WebSocket.js +1 -1
  532. package/Libraries/WebSocket/WebSocketEvent.js +1 -1
  533. package/Libraries/WebSocket/WebSocketInterceptor.js +1 -1
  534. package/Libraries/WebSocket/__mocks__/event-target-shim.js +1 -1
  535. package/Libraries/YellowBox/YellowBoxDeprecated.js +1 -1
  536. package/Libraries/__flowtests__/ReactNativeTypes-flowtest.js +1 -1
  537. package/Libraries/promiseRejectionTrackingOptions.js +1 -1
  538. package/Libraries/vendor/core/ErrorUtils.js +1 -1
  539. package/Libraries/vendor/emitter/EventEmitter.js +1 -1
  540. package/Libraries/vendor/emitter/EventSubscription.js +1 -1
  541. package/Libraries/vendor/emitter/_EmitterSubscription.js +1 -1
  542. package/Libraries/vendor/emitter/_EventEmitter.js +1 -1
  543. package/Libraries/vendor/emitter/_EventSubscription.js +1 -1
  544. package/Libraries/vendor/emitter/_EventSubscriptionVendor.js +1 -1
  545. package/Libraries/vendor/emitter/__flowtests__/EventEmitter-flowtest.js +1 -1
  546. package/Microsoft.ReactNative/ABIViewManager.cpp +4 -0
  547. package/Microsoft.ReactNative/Base/CoreNativeModules.cpp +0 -4
  548. package/Microsoft.ReactNative/Fabric/FabricUIManagerModule.cpp +2 -2
  549. package/Microsoft.ReactNative/Fabric/FabricUIManagerModule.h +2 -2
  550. package/Microsoft.ReactNative/Fabric/ImageRequest.cpp +2 -2
  551. package/Microsoft.ReactNative/Fabric/platform/react/renderer/graphics/Color.cpp +1 -1
  552. package/Microsoft.ReactNative/Fabric/platform/react/renderer/graphics/conversions.h +12 -12
  553. package/Microsoft.ReactNative/Fabric/platform/react/renderer/graphics/platform/cxx/react/renderer/graphics/Color.h +3 -3
  554. package/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +2 -0
  555. package/Microsoft.ReactNative/Modules/Animated/AnimationDriver.cpp +24 -17
  556. package/Microsoft.ReactNative/Modules/Animated/AnimationDriver.h +3 -0
  557. package/Microsoft.ReactNative/Modules/Animated/DiffClampAnimatedNode.cpp +1 -1
  558. package/Microsoft.ReactNative/Modules/Animated/NativeAnimatedNodeManager.cpp +79 -9
  559. package/Microsoft.ReactNative/Modules/Animated/NativeAnimatedNodeManager.h +13 -1
  560. package/Microsoft.ReactNative/Modules/Animated/TrackingAnimatedNode.cpp +3 -0
  561. package/Microsoft.ReactNative/Modules/LinkingManagerModule.cpp +57 -72
  562. package/Microsoft.ReactNative/Modules/LinkingManagerModule.h +35 -13
  563. package/Microsoft.ReactNative/ReactApplication.cpp +1 -1
  564. package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.cpp +6 -0
  565. package/Microsoft.ReactNative/Views/RawTextViewManager.cpp +1 -0
  566. package/Microsoft.ReactNative/Views/TextInputViewManager.cpp +13 -0
  567. package/Microsoft.ReactNative/Views/TextViewManager.cpp +11 -0
  568. package/Microsoft.ReactNative/Views/TextViewManager.h +1 -0
  569. package/Microsoft.ReactNative/Views/ViewManagerBase.cpp +5 -9
  570. package/Microsoft.ReactNative/Views/ViewManagerBase.h +1 -0
  571. package/Microsoft.ReactNative/Views/VirtualTextViewManager.cpp +11 -0
  572. package/Microsoft.ReactNative/Views/VirtualTextViewManager.h +2 -0
  573. package/PropertySheets/Generated/PackageVersion.g.props +1 -1
  574. package/ReactCommon/Yoga.cpp +1 -1
  575. package/Scripts/OfficeReact.Win32.nuspec +2 -1
  576. package/Scripts/Tfs/Layout-MSRN-Headers.ps1 +3 -0
  577. package/Shared/CreateModules.h +0 -3
  578. package/Shared/Modules/AsyncStorageModule.cpp +0 -4
  579. package/Shared/Shared.vcxitems +0 -1
  580. package/Shared/Shared.vcxitems.filters +0 -3
  581. package/index.js +1 -1
  582. package/index.windows.js +1 -1
  583. package/interface.js +1 -1
  584. package/jest/MockNativeMethods.js +1 -1
  585. package/jest/assetFileTransformer.js +1 -1
  586. package/jest/mockComponent.js +1 -1
  587. package/jest/mockModal.js +1 -1
  588. package/jest/mockNativeComponent.js +1 -1
  589. package/jest/mockScrollView.js +1 -1
  590. package/jest/preprocessor.js +1 -1
  591. package/jest/renderer.js +1 -1
  592. package/jest/setup.js +1 -1
  593. package/package.json +7 -7
  594. package/rn-get-polyfills.js +1 -1
  595. package/Shared/IUIManager.h +0 -90
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -161,7 +161,6 @@ class KeyboardAvoidingView extends React.Component<Props, State> {
161
161
  // eslint-disable-next-line no-unused-vars
162
162
  keyboardVerticalOffset = 0,
163
163
  style,
164
- // eslint-disable-next-line no-unused-vars
165
164
  onLayout,
166
165
  ...props
167
166
  } = this.props;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -161,6 +161,7 @@ export type ScrollViewImperativeMethods = $ReadOnly<{|
161
161
  >,
162
162
  |}>;
163
163
 
164
+ export type DecelerationRateType = 'fast' | 'normal' | number;
164
165
  export type ScrollResponderType = ScrollViewImperativeMethods;
165
166
 
166
167
  type IOSProps = $ReadOnly<{|
@@ -171,6 +172,12 @@ type IOSProps = $ReadOnly<{|
171
172
  * @platform ios
172
173
  */
173
174
  automaticallyAdjustContentInsets?: ?boolean,
175
+ /**
176
+ * Controls whether the ScrollView should automatically adjust it's contentInset
177
+ * and scrollViewInsets when the Keyboard changes it's size. The default value is false.
178
+ * @platform ios
179
+ */
180
+ automaticallyAdjustKeyboardInsets?: ?boolean,
174
181
  /**
175
182
  * Controls whether iOS should automatically adjust the scroll indicator
176
183
  * insets. The default value is true. Available on iOS 13 and later.
@@ -467,7 +474,7 @@ export type Props = $ReadOnly<{|
467
474
  * - `'normal'`: 0.998 on iOS, 0.985 on Android (the default)
468
475
  * - `'fast'`: 0.99 on iOS, 0.9 on Android
469
476
  */
470
- decelerationRate?: ?('fast' | 'normal' | number),
477
+ decelerationRate?: ?DecelerationRateType,
471
478
  /**
472
479
  * When true, the scroll view's children are arranged horizontally in a row
473
480
  * instead of vertically in a column. The default value is false.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -25,6 +25,7 @@ const ScrollViewNativeComponent: HostComponent<Props> =
25
25
  alwaysBounceHorizontal: true,
26
26
  alwaysBounceVertical: true,
27
27
  automaticallyAdjustContentInsets: true,
28
+ automaticallyAdjustKeyboardInsets: true,
28
29
  automaticallyAdjustsScrollIndicatorInsets: true,
29
30
  bounces: true,
30
31
  bouncesZoom: true,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -21,6 +21,7 @@ export type ScrollViewNativeProps = $ReadOnly<{
21
21
  alwaysBounceHorizontal?: ?boolean,
22
22
  alwaysBounceVertical?: ?boolean,
23
23
  automaticallyAdjustContentInsets?: ?boolean,
24
+ automaticallyAdjustKeyboardInsets?: ?boolean,
24
25
  automaticallyAdjustsScrollIndicatorInsets?: ?boolean,
25
26
  bounces?: ?boolean,
26
27
  bouncesZoom?: ?boolean,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -24,6 +24,7 @@ const ScrollViewViewConfig = {
24
24
  alwaysBounceHorizontal: true,
25
25
  alwaysBounceVertical: true,
26
26
  automaticallyAdjustContentInsets: true,
27
+ automaticallyAdjustKeyboardInsets: true,
27
28
  automaticallyAdjustsScrollIndicatorInsets: true,
28
29
  bounces: true,
29
30
  bouncesZoom: true,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
3
  *
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.