react-native-draggable-grid icon indicating copy to clipboard operation
react-native-draggable-grid copied to clipboard

The grid and other components overlap each other when using view.

Open TheReidZhang opened this issue 3 years ago • 3 comments

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!

TheReidZhang avatar Jul 01 '21 02:07 TheReidZhang

I think flex: 1 should do work. pass it to the view

Ruzen1 avatar Jul 01 '21 02:07 Ruzen1

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.

TheReidZhang avatar Jul 02 '21 23:07 TheReidZhang

I think its the problem with the key I guess.

Ruzen1 avatar Jul 12 '21 04:07 Ruzen1