I would like to ask you to help me and explain what the problem may be in the following situation.
I created a screen and placed several groups. Each group contains a list.
The displaying of information from the database works correctly.
But when I are viewing a preview the last group is clipped (never mind which device I use: mobile or laptop).
I attached screens of my app.
Please could you specify what the problem may be and how to solve it?
Most probably the list isnβt being βcutβ, but rather is being covered by the tab bar. To check whether itβs true or not, you can temporarily hide it and see if cards are displayed correctly.
To solve this, you need to experiment a bit with the screen height and list layout. Try to increase the height, move the tab bar to the βnewβ bottom, and make sure that listβs bottom line is above (higher) than the tab barβs top.