-
Notifications
You must be signed in to change notification settings - Fork 140
Generated app doesn't compile for web (Module not found: Can't resolve './RCTNetworking') #323
Comments
I have the same issue. |
Is anyone working on fixing this already? Just wondering... We're dead in the water here and can't even start to use Bower because of it. |
I found a work around. Since i use web part only for quick testing or debugging. I did the following to atleast run the app successfully on web. Created a copy of reactotron.ts, named it reactotron.web.ts Commented out the following section |
Today I get the same issue, anyone, here who solved the issue? |
I solved it. First. you have to install "reactotron-react-js".
maybe it will be work |
It works here. Thank @s-kuniyoshi. |
works for me too! Then i run into an error with the logo not loading... it's because on the web it doesn't play nice with [email protected] / [email protected] being referenced as just logo-ignite.png... so just copy [email protected] to logo-ignite.png and then it loads. :) |
@LANman2000 could you please explain what you mean by "just copy [email protected] to logo-ignite.png and then it loads." running into the same issue but don't know how to resolve it |
Isn't there any fix for those who want to generate all three platforms (web, android, ios) from the same source code? |
Which reactotron.ts file do you mean? |
I have generated a new app using Ignite and Expo. After trying to compile it for web, it has failed with:
Versions used:
The text was updated successfully, but these errors were encountered: