vitalets / react-native-extended-stylesheet

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

How use variables in other files? #179

Open joki20 opened 1 year ago

joki20 commented 1 year ago

I have an index.js file where I import all other files containing EStylesheet.create() functions.

How can I use variables created in index.js with EStyleSheet.build() in my other files? As an example, I have created a variable $redcolor and want to use it in my file base.js

![image](https://user-images.githubusercontent.com/73738545/214932065-ce849a52-04fc-40ce-a1ee-c1ada7b8715c.png