SHISME / react-native-draggable-grid

A draggable and sortable grid of react-native
308 stars 96 forks source link

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

Open TheReidZhang opened 3 years ago

TheReidZhang commented 3 years ago

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!

Ruzen1 commented 3 years ago

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

TheReidZhang commented 3 years ago

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.

Ruzen1 commented 3 years ago

I think its the problem with the key I guess.