microsoft / react-native-xaml

A React Native Windows library to use XAML / WinUI controls
MIT License
97 stars 28 forks source link

Page Freeze when using react-native-xaml #69

Open chiaramooney opened 3 years ago

chiaramooney commented 3 years ago

When loading the react-native-xaml page in React Native Gallery the page renders all of the correct content but is frozen -- the user is unable to scroll. If I adjust the size of the app window, then the page unfreezes and the user can scroll through the content of the page as normal. This behavior doesn't happen on other gallery pages and seemed to appear after I added the NavigationView component to the page.

asklar commented 3 years ago

@chiaramooney thanks for filing! Let's remove the nav view section from the gallery app in the meantime while we figure this out. It could have to do with the fact that there are two competing nav views (the top level list-of-pages navview, and the react-native-xaml sample one)