vitalets / react-native-extended-stylesheet

Extended StyleSheets for React Native
MIT License
2.93k stars 132 forks source link

Consider the "top", "left" and "right" props as being scalable #169

Open raarts opened 2 years ago

raarts commented 2 years ago

The 'scalability' of props was determined by checking if they have things like 'width', 'height', 'radius' in their name. This doesn't work for 'top', 'left' and 'right', and thus they weren't implemented in this manner. I added an exact match to make them work.

stale[bot] commented 2 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

raarts commented 2 years ago

@vitalets