Shopify / restyle

A type-enforced system for building UI components in React Native with TypeScript.

Home Page:https://shopify.github.io/restyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support logical properties

salzhrani opened this issue · comments

by that I mead start, end in addition to left and right.
also in padding, border and margin.
It makes supporting RTL layouts much easier.

can make a PR if you think it is useful.

Ah, reading up on this now, I wasn't aware of these style properties. I would definitely appreciate a PR adding support for this!