Closed eeuruetade closed 3 months ago
hi @eeuruetade,
the issues you are having is caused by --dev false
not being parsed correctly when building the bundle so when building for release you ended up with development bundle.
This was fixed in https://github.com/callstack/repack/pull/697 and will be released on monday, as part of 4.3.0
.
I'll close this, since it's a duplicate of #695
Describe the bug
Hello, I am generating an apk release and when it is installed it throws me the following message
Disconnected from the dev Server: undefined
When I generate it, the console shows me the following:
My build scripts:
My package.json
I can't find what configuration to make it correctly take the apk release as production.
System Info
Re.Pack Version
4.2.0
Reproduction
https://github.com/eeuruetade/host-rickandmorty
Steps to reproduce
Run