-
Notifications
You must be signed in to change notification settings - Fork 84
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
'yarn run:host:android' show only loading page. #49
Comments
You will also need to run the catalog-server and auth module:
Does that work for you? |
When I execute the comand, It gives me errors like below:
I guess the cause is that first command 'yarn start' already run the catalog-server and auth module:
|
any update? same issue when run app |
same here |
Hi everyone, I've recently updated Re.Pack and CodeSigning configuration, please check whether this resolves your issues! Regarding the commands, the only commands you should need for running the app on Android should be this: yarn start # starts all the devservers
yarn run:host:android # builds the app for android & starts the emulator
yarn adbreverse # enables connection via ports needed by the devservers One word of advice - you need to run |
Im having this same issue when running app on Windows 11. Any possible solution? |
Hi all, ` Error: ENOENT: no such file or directory, open '/Users/../reactnative/rn-super-app/packages/auth/build/generated/android/vendors-node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js.chunk.bundle' I temporary removed the 'auth' from the host app, then I am able to run this app with the 'booking' module. Thanks |
What all steps did u take to remove auth from the host app. Could you please tell me as I am trying to boot this project since few weeks. |
There are 2 things I did:
`import React from 'react'; const AuthProvider = React.lazy(() => const App = () => { export default App;
At root folder:
|
Im having this same issue when running app please any new update here!! |
I shifted to Linux OS and could get the app to work based on inputs from all issue threads |
I'm not getting your point could you please explain!
…________________________________
From: Aravind Dammu ***@***.***>
Sent: 09 September 2023 15:48
To: callstack/super-app-showcase ***@***.***>
Cc: Umer Majeed ***@***.***>; Comment ***@***.***>
Subject: Re: [callstack/super-app-showcase] 'yarn run:host:android' show only loading page. (Issue #49)
Im having this same issue when running app please any new update here!!
I shifted to Linux OS and could get the app to work based on inputs from all issue threads
—
Reply to this email directly, view it on GitHub<#49 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BCI73N5D3QERBBU7PXGS5UDXZQ66LANCNFSM6AAAAAAZ4L7TYY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I should share my current status. **< History of my work > ** Env 1: Old Windows Laptop ( For 1st try ) Env 2: New Windows Laptop [host] Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:' I received recent branch from the repository, but the problem was not solved. Env3: (Old) Macbook |
Same with me(env3 case) |
I also had the same Node Version: v18.11.0 |
Please downgrade the node version to 18.x.x and try |
hi, |
@quangtruongdit Have you built a super app yet? bro 🇻🇳 |
Ask your Question
Hello.
I tried to execute your showcase without standalone .
I open 3 terminals and execute like below, but what I can see is only the loading page.
Term 1: yarn
yarn start
Term 2: yarn adbreverse
Term 3: yarn run:host:android
Do I need something more to run the superapp and miniapps?
The text was updated successfully, but these errors were encountered: