react-native-windows 0.73.2 → 0.73.4
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"
|
|
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"
|
|
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.
|
|
13
|
+
<ReactNativeWindowsVersion>0.73.4</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>73</ReactNativeWindowsMinor>
|
|
16
|
-
<ReactNativeWindowsPatch>
|
|
16
|
+
<ReactNativeWindowsPatch>4</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>6461c7c30f8307c43dc78bb95aa2dbf913e75e0a</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.
|
|
3
|
+
"version": "0.73.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@react-native-community/cli": "12.1.1",
|
|
27
27
|
"@react-native-community/cli-platform-android": "12.1.1",
|
|
28
28
|
"@react-native-community/cli-platform-ios": "12.1.1",
|
|
29
|
-
"@react-native-windows/cli": "0.73.
|
|
29
|
+
"@react-native-windows/cli": "0.73.1",
|
|
30
30
|
"@react-native/assets": "1.0.0",
|
|
31
31
|
"@react-native/assets-registry": "^0.73.1",
|
|
32
32
|
"@react-native/codegen": "^0.73.2",
|