vitalets / react-native-extended-stylesheet

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

Variables are included in computed styles #40

Closed Li357 closed 7 years ago

Li357 commented 7 years ago

Variables declared with $<var-name> are included in the computed styles _style and are thus "applied" to elements. They don't seem to be removed correctly because warnings are being logged reminding that the variable is an invalid style prop key.

vitalets commented 7 years ago

Hi @Li357 could show example of warning?

vitalets commented 7 years ago

Closing as outdated.