FormidableLabs / react-native-zephyr

TailwindCSS-inspired styling library for React Native.

Home Page:https://formidable.com/open-source/react-native-zephyr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: gap, colGap, rowGap

T-Damer opened this issue · comments

I think it shouldn't be hard to add gap, rowGap, coulmnGap
It will greatly increase the speed when building blocks with same spacing between elements. I tried patching by myself, but it was a bit harder, than I thought, thanks :)

Right now I have to do:

<View style={{ columnGap: 16, ...styles(...) }}>