A ScrollView normally accepts a style for the outer wrapper and a contentContainerStyle for its content item layout. DraxScrollView passes style to the underlying ScrollView, but it is wrapped by an outer DraxView which is not stylable. DraxList already passes the style prop to the outer DraxView, so update DraxScrollView to do that as well.
A
ScrollView
normally accepts astyle
for the outer wrapper and acontentContainerStyle
for its content item layout.DraxScrollView
passesstyle
to the underlyingScrollView
, but it is wrapped by an outerDraxView
which is not stylable.DraxList
already passes thestyle
prop to the outerDraxView
, so updateDraxScrollView
to do that as well.