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
if it works fine on iOS and the problem is happening only on Android, I'm 99% sure it's because of Re.Pack server listening on IPv6 interface only. You can fix that by running the webpack-start command with additional option: --host 127.0.0.1.
This should resolve your issue on Android for now, we plan to fix it in 4.0.0
Environment
Monorepo
react-native: 0.72.5
webpack: 5.89.0
@callstack/repack: 3.6.0
Description
I followed all steps here -> https://re-pack.netlify.app/docs/getting-started (using @callstack/repack-init)
When I try to run my android application I get this error
and I see this output in my terminal
Works fine for iOS, but for Android I'm getting this bug
Reproducible Demo
Create a new react native proyect and follow all steps here https://re-pack.netlify.app/docs/getting-started
The text was updated successfully, but these errors were encountered: