FormidableLabs / react-native-zephyr

TailwindCSS-inspired styling library for React Native.
https://formidable.com/open-source/react-native-zephyr/
MIT License
347 stars 5 forks source link

Feature: gap, colGap, rowGap #49

Open T-Damer opened 11 months ago

T-Damer commented 11 months ago

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(...) }}>