hyrwork / react-native-row

A wrapper around the react-native View component enabling concise assignment of flexbox properties
MIT License
51 stars 5 forks source link

Hotfix: Shorthand syntax broken #13

Closed eightyfive closed 5 years ago

eightyfive commented 6 years ago

Shorthand syntax is broken because of missing default switch statement.

Note: I added tests (Jest).

LuisRizo commented 5 years ago

Thank you for the PR!