Native List View Warning

0
Hi Guys, I am facing that warning when I put list view in Scroll bar “VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead.”. Please anyone have idea abut that.    
asked
2 answers
0

It's not advisable to have a listview inside a scrollcontainer. The scroll behaviour of the listview will be influenced by the scrollcontainer. I've noticed that iOS seems to be able to deal with it pretty ok, but on Android your listview probably won't be able to scroll.

answered
0

Hi Sophie, you might need tolook at your layout. If you need additional space before/after listview make sure to place additional placeholders like our bottom placeholder (for buttons, info, etc)

This is our layout for native with listviews in the main placeholder

 

*Edit*

For Sophie, we have the floating button in the bottom placeholder. This works fine with both placeholders having a dataview with ‘Klant’ as page parameter.

answered