Closed plaporte closed 3 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.
@plaporte Did you find a solution to this?
@plaporte Re-building styles does not automatically update all components of the app, because it's not trivial. Please have a look on https://github.com/vitalets/react-native-extended-stylesheet/issues/47#issuecomment-314760557 for more details.
Steps to Reproduce
Then I set the value with EStyleSheet.build:
I then have my styles set in an external styles.js file like so:
Expected Behavior
All components or stylesheets that use global styles re-render and update
Actual Behavior
Colors and styling throughout app stays the same until I manually refresh the app.
Why does EStyleSheet.build not re-render the app with the correct styles?