Hi,
I try to made my app with Top Tab Navigator, but i see some space above it. The question is, how to delete the space or maybe to fill it with logo or where the setting to edit that space?
This is what shown in my app: http://prntscr.com/nqh4ew
make sure you explicitly set the margin and padding to 0 for the top padding/spacing to disappear properly on android. it seems to ignore the grey, default 0’s that it starts with in those boxes. just one of the many bugs/nuances of thunkable that you have to workaround…
This worked for me (on android, haven’t checked on iPhone)
Thanks!
Yes it’s very sad cause I would never thought something so explicit would be the actual cause of it