Replies: 1 comment
-
If anyone having the same issues. I have solved it. The row and header components had a paddingHorizontal set to 16. Simply set it to 0. And borderBottomWidth, borderBottomColor were set. It might affect looks of the table. Although it is slightly noticeable. Expo app's inspect tool was helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need my table to be 100% of the parent View, but these 2 columns are taking up significant amount of space, considering it is a mobile phone.
There is no extra headers. No paddings or margins.
I couldnt find anything on the documentation and i've tried editing the example app too.
Beta Was this translation helpful? Give feedback.
All reactions