Fix issues with top, bottom, left, right keys in generated React Native code #841
Reference in New Issue
Block a user
No description provided.
Delete Branch "@dhruska/fix-position-properties"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes two issues in the generation of React Native code.
top: 10px
property is being generated aspositionTop: 10px
(as are bottom, left and right)positionTop: 10px
andpositionBottom: 10px
is being combined intopositionVertical: 10px
(as is left and right into horizontal).We are abandoning the old playground in favor of a new one, so closing this out
Pull request closed