Remove gap
prop from Box
component and its usage across components & stories
#603
Labels
gap
prop from Box
component and its usage across components & stories
#603
Since there is no support for
gap
on React Native yet, adding support forgap
onBox
would lead to UI breakage on native components. We have already usedgap
withBox
at multiple places and we need to remove those instances and replace them with other appropriate spacings.The text was updated successfully, but these errors were encountered: