You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Use react-native 0.49.3
Set up application for code-push
Build app and load on iPhone
App launches and says there is an update. I say OK, and the app crashes. Subsequent launches of the app are fine since it does not give me the dialog of an update available.
If I don't use Code Push, it works fine.
The error seems to be related to View.PropTypes.style which is a change in React 16, but I can't see any modules that are still using that. I am am using all upgraded modules.
OK, I am the doofus here. A light bulb finally went off in my head making me think maybe, just maybe that the update I had pushed to the code-push server was buggy and was causing the crash. And indeed it was! I had pushed the update yesterday before I had chased down all the prop-types issues in the third party modules I was using (my own code was clean :).
Anyway, I pushed a new update, and everything works just fine! Sorry for not thinking straight before I opened this bug!
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Here is how I am invoking code push in my code:
Expected Behavior
App should not crash
Actual Behavior
App crashes.
Reproducible Demo
Don't have a reproducible demo.
Environment
The text was updated successfully, but these errors were encountered: