constelation / monorepo

Mono repo for constelation's Components, functions, and CONSTANTS
https://constelation.github.io/monorepo/
MIT License
12 stars 3 forks source link

Allow 2d translations #76

Closed thomasbruketta closed 7 years ago

thomasbruketta commented 7 years ago

This will allow 2d translations of the form translate='2px 2px'

kylpo commented 7 years ago

💥 earth shattering

...BUT, I did purposely leave this out to remain consistent with RN. See https://github.com/facebook/react-native/blob/master/Libraries/StyleSheet/TransformPropTypes.js#L55.

Agree/disagree? You could just fix RN while you're at it :)