You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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)
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.
The text was updated successfully, but these errors were encountered: