We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I start the host, it prompts me that there is no (app1/app2).container.bundle. How should I generate these two files using which command?
The text was updated successfully, but these errors were encountered:
@jbinda @jbroma I got the same issue, could you note more detail command steps in Readme?
Sorry, something went wrong.
After generate a bundle and run yarn workspace host run android I got this error
yarn workspace host run android
Effort 1: i did adb reverse tcp:9000 tcp:9000, it still get error Effort 2: i tried to replace localhost to local IP, it still get error
adb reverse tcp:9000 tcp:9000
localhost
After generate a bundle and run yarn workspace host run android I got this error Effort 1: i did adb reverse tcp:9000 tcp:9000, it still get error Effort 2: i tried to replace localhost to local IP, it still get error
You need to start a server to access this resource, for example, using Koa or Express. @ngocht143
@Liuminke1996 I'm following this instruction https://github.com/callstack/super-app-example/issues/1#issuecomment-1549493127 but it always got Failed to load script
Failed to load script
No branches or pull requests
Ask your Question
When I start the host, it prompts me that there is no (app1/app2).container.bundle. How should I generate these two files using which command?
The text was updated successfully, but these errors were encountered: