-
Notifications
You must be signed in to change notification settings - Fork 10
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
kills cordova #33
Comments
Thanks for the report. Regrettably I don't have a cordova setup here and am not familiar with Cordova at all. I'll gladly accept help on this and assist however I can in helping such a person track this down. |
Depending on which release of ecmascript-hot you're using, is it possible you need special permission for the extra port? (If you saw a message like |
@gadicc sorry, I'm a bit ignorant myself on how Cordova works. Given that this is a popular subject and will eventually lead to a true hot component reload developed by mdg, it might make sense to bring the cordova export @martijnwalraven into the loop, as they will probably eventually deal with the same issue. |
Oh by the way, this module works pretty great! I've tried a few, and this is the only one that worked out of the box for me. Big 👍 |
Thanks! There are still a few smaller issues which are gradually getting fixed up (the Unfortunately I'm not sure how much @martijnwalraven will be able to help without knowing the meteor-react-hotloader code better, in the same way that this is a problem for me not knowing cordova better. Ideally we need someone who knows both projects quite well. Nevertheless, I'll accept any help I can get :) P.S. I think the |
@markoshust: Have you tried remote debugging using Safari? I suspect there may be some JavaScript or network errors that cause the app startup to time out. I don't know the meteor-react-hotloader code, but since it uses an extra port, you should add an |
@martijnwalraven unfortunately I can't start simulator until the app starts, so that doesn't help here at all. i tried adding an App.accessRule:
however, it had no effect. I believe these two lines are telling me it's able to connect to port 3000 though?
Adding a |
I'm also wondering if there could be a false positive on the transform stateless code that could be causing this error. Can you try the latest experimental release {
"ecmascript-hot": {
"transformStateless": {
"pathMatch": "NOMATCH",
}
}
} to see if that makes any difference? |
Installing this module killed running this on Cordova through ios simulator:
The app just loads black in Cordova after the splash screen is show. If I back out this module and put
ecmascript
back in, everything works properly.The text was updated successfully, but these errors were encountered: