vitalets / react-native-extended-stylesheet

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

Estyle sheet in Type script #104

Closed Amit2530 closed 5 years ago

Amit2530 commented 5 years ago

When we try to use the EstyleSheet in type script file of React native project then the styles are not working as expected ?

vitalets commented 5 years ago

Please provide more details: error messages, screenshots, etc.

Amit2530 commented 5 years ago

When i use the normal style then UI is working properly, can you refer below screen shot -- stylesheet

And when i try to use the style through the Estyle sheet then it is not working as we are expectin, please refer below screen shot -- estylesheet

vitalets commented 5 years ago

Have you called EStyleSheet.build() in the code?

Amit2530 commented 5 years ago

Yes, we are trying to use the type script in our react native project.

stale[bot] commented 5 years ago

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