Eric Rozell

Results 105 comments of Eric Rozell

Investigating better options for native layout, coming soon.

Abandoning. We are not going to use IVMRequiresNativeLayout for our component - prefer IViewManagerWithMeasure (assuming that gets merged :) )

Open to other options, I'll likely also be proposing another setting to customize the path where the AsyncStorage DB goes in a separate PR.

I'm not so sure this is a bad thing to add before folks are forced to migrate to the community module. At least by adding this, it creates an easier...

FYI - if we decide to move forward with this, I'm working on this PR to RN core, which has good support so far: https://github.com/facebook/react-native/pull/32736, which would allow us to...

@AgneLukoseviciute - I just rebased this on top of @acoates-ms recent migration of NativeAnimated to a TurboModule, so it should be good to go on that front. There's nothing to...

@asklar How about something like this: winrt::Size XamlUIService::GetWindowSize() void XamlUIService::OnWindowSizeChanged(std::function callback) void XamlUIService::SetWindowSize(winrt::Size size) Eventually we need to improve XamlUIService multi-window support, so these APIs may eventually take a int64_t...

Just as an FYI, there was a previous fix to this code in #8822, but that only resolved the case where the fast text node was removed.

Doing some lightweight perf testing, I see we spend a non-trivial amount of time transferring properties. Generally focusable Views or secureTextEntry TextInputs are initialized with these props and they remain...