react-native-draggable-grid
react-native-draggable-grid copied to clipboard
The grid and other components overlap each other when using view.
The grid and other components overlap each other when using view, but works perfect when using scrollview as a wrapper. Is this a normal behaviour? Thanks!
I think flex: 1 should do work. pass it to the view
I think flex: 1 should do work. pass it to the view
Yeah. That works, but then when it has several lines and dynamically changed. It will overlap the stuff beblow.
I think its the problem with the key I guess.