yeechaotee / Fresh_Beer_Near_Me

2 stars 0 forks source link

warning prompt out for SwipeListView nested within ScrollView #64

Open yeechaotee opened 1 year ago

yeechaotee commented 1 year ago

Been trying to fix warning for SwipeListView should not nested within ScrollView (Even though this won't affect the application usage but just keep popup whenever navigate into it) **For Business user manage menu item on the venue management

yeechaotee commented 1 year ago

Error message: VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.