-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-build stylesheets on hot reload #16
Comments
hi, |
I don't have any error message. It's just not working silently. |
I think styles are re-calculated, but components are not re-rendered automatically (because |
Yup, you were right. Any ideas about how can I force the rerender ? |
Agree. It's not the solution to manually update components. |
Okey I will watch #9, thanks :) |
Any updates on this? I have styles.js file and it is not updating on hot reload. |
@gastonmorixe Could you provide a simple snippet demonstrating it? |
+1. HMR is broken for some reason. Using it via Expo tho. |
I'll keep this open to not forget about hot reload. |
Released support of HMR in 0.8.0. Also added a docs section. |
@vitalets Non-support for HMR is still mentioned in README under caveats. https://github.com/vitalets/react-native-extended-stylesheet#caveats If you're happy with 0.8+ implementation of it, can we remove that warning from README? |
is HMR working when styles are in a external file? It's not working for me (in React Native 0.53) |
@gastonmorixe Could you show some demonstrating code if possible? |
NOTE: This code:
will crash release builds instantly on launch that are uploaded and distributed via TestFlight, so be sure to exclude it from your release builds. |
@joelgetaction Could you show the crash trace? |
Is it possible?
I tried the following but it's not working.
The text was updated successfully, but these errors were encountered: