Eric Rozell
Eric Rozell
### Summary Currently, we use Windows.Storage for AsyncStorage for apps with a valid package identity and sqlite3 for those without a valid package identity. There should be an option to...
## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why While the default self measure function implemented in ViewManagerBase...
Since we strictly speaking don't need to reset the self measure func when swapping out a native view, we can just use the `IsNativeControlWithSelfLayout` check. This internally checks for the...
This PR modifies ScrollViewManager and VirtualizedList to work around the limitations of the RN core approach to list inversion. Specifically, the RN core approach to list inversion uses scroll axis...
## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why Since we now have props in the CreateView...
## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) ### Why...
## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Adds a few SystraceSections to improve instrumentation for performance...
### Problem Description We noticed a bug during the upgrade to 0.68 where composition animations stopped working correctly for a specific component. I didn't spend any time isolating where the...
## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why In #10354, a few scenarios are described where...
## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why Currently, NativeAnimated compiles the animation graph into CompositionAnimations from UI.Composition. While this approach...