react-native-windows 0.0.0-canary.554 → 0.0.0-canary.555
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.
|
@@ -202,25 +202,6 @@ int64_t NativeUIManager::AddMeasuredRootView(facebook::react::IReactRootView *ro
|
|
|
202
202
|
|
|
203
203
|
m_host->RegisterRootView(rootView, tag, width, height);
|
|
204
204
|
|
|
205
|
-
// TODO: call UpdateRootNodeSize when ReactRootView size changes
|
|
206
|
-
/*var resizeCount = 0;
|
|
207
|
-
rootView.SetOnSizeChangedListener((sender, args) =>
|
|
208
|
-
{
|
|
209
|
-
var currentCount = ++resizeCount;
|
|
210
|
-
var newWidth = args.NewSize.Width;
|
|
211
|
-
var newHeight = args.NewSize.Height;
|
|
212
|
-
|
|
213
|
-
Context.RunOnNativeModulesQueueThread(() =>
|
|
214
|
-
{
|
|
215
|
-
if (currentCount == resizeCount)
|
|
216
|
-
{
|
|
217
|
-
Context.AssertOnNativeModulesQueueThread();
|
|
218
|
-
_uiImplementation.UpdateRootNodeSize(tag, newWidth, newHeight,
|
|
219
|
-
_eventDispatcher);
|
|
220
|
-
}
|
|
221
|
-
});
|
|
222
|
-
});*/
|
|
223
|
-
|
|
224
205
|
return tag;
|
|
225
206
|
}
|
|
226
207
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.0.0-canary.
|
|
13
|
+
<ReactNativeWindowsVersion>0.0.0-canary.555</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>0</ReactNativeWindowsMinor>
|
|
16
16
|
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
|