react-native-windows 0.73.2 → 0.73.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.
@@ -256,7 +256,7 @@ void ScrollViewShadowNode::AddHandlers(const winrt::ScrollViewer &scrollViewer)
256
256
  EmitScrollEvent(
257
257
  scrollViewerNotNull,
258
258
  m_tag,
259
- L"topScrollBeginMomentum",
259
+ L"topMomentumScrollBegin",
260
260
  args.NextView().HorizontalOffset(),
261
261
  args.NextView().VerticalOffset(),
262
262
  args.NextView().ZoomFactor(),
@@ -299,7 +299,7 @@ void ScrollViewShadowNode::AddHandlers(const winrt::ScrollViewer &scrollViewer)
299
299
  EmitScrollEvent(
300
300
  scrollViewer,
301
301
  m_tag,
302
- L"topScrollEndMomentum",
302
+ L"topMomentumScrollEnd",
303
303
  scrollViewer.HorizontalOffset(),
304
304
  scrollViewer.VerticalOffset(),
305
305
  scrollViewer.ZoomFactor(),
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.73.2</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.73.3</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>73</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>2</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>3</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>4896ca53194c4b669cb3d4852b9d2420631f78fc</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>59717c0795ea777cc6590e2c07a7f41115deffb2</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.73.2",
3
+ "version": "0.73.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",