react-native-windows 0.0.0-canary.640 → 0.0.0-canary.641

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.
@@ -164,6 +164,7 @@ int64_t CompositionEventHandler::SendMessage(uint32_t msg, uint64_t wParam, int6
164
164
  if (result)
165
165
  return result;
166
166
  }
167
+ break;
167
168
  }
168
169
  case WM_KEYDOWN:
169
170
  case WM_KEYUP:
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.0.0-canary.640</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.0.0-canary.641</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>0</ReactNativeWindowsMinor>
16
16
  <ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>true</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>0a5309293c171a86716f4d025945ef867067cb3c</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>ca37eb7b34f8e40feb248ce35109ef82f09344d4</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.0.0-canary.640",
3
+ "version": "0.0.0-canary.641",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",