deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 235 forks source link

contentContainerStyle not being applied to SortRow #137

Closed TLenahan closed 6 years ago

TLenahan commented 6 years ago

On tablets, I have a large margin in the contentContainerStyle. This works perfectly fine when the row components are Rows. But when a row is active and being rendered as a SortRow, the component is rendered as wide as the screen, no margin is being applied.

Any ideas on this? Other than applying the margin to each individual row component?