grapp-dev / stacks

A set of components for building layouts in React Native. Powered by React Native Unistyles.
https://stacks.grapp.dev
MIT License
985 stars 24 forks source link

fix condition in useSpacing #2

Closed hosmelq closed 4 years ago

hosmelq commented 4 years ago

This fixes an error when pass 0 to the useSpacing hook since 0 is treated as false.