Expo app is working but apk is not

Please run expo diagnostics and paste the log that’s printed out along with your question or issue!

Output for expo diagnostics:
Expo CLI 4.0.16 environment info:
System:
OS: Linux 5.8 Ubuntu 20.04.1 LTS (Focal Fossa)
Shell: 5.8 - /usr/bin/zsh
Binaries:
Node: 14.15.1 - ~/.nvm/versions/node/v14.15.1/bin/node
Yarn: 1.22.5 - ~/.yarn/bin/yarn
npm: 6.14.8 - ~/.nvm/versions/node/v14.15.1/bin/npm
SDKs:
Android SDK:
API Levels: 28, 29, 30
Build Tools: 28.0.3, 29.0.2, 30.0.2
System Images: android-28 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom
npmPackages:
expo: ^40.0.0 => 40.0.0
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz => 0.63.2
react-native-web: ~0.13.12 => 0.13.18
npmGlobalPackages:
expo-cli: 4.0.13
Expo Workflow: managed

Sup guys im with a problem over here, my app is working just fine accessing all routes when in dev, but when i create the apk and install it on my emulator or mobile some routes does not work like they should. Im using expo and react-navigation what i observed is that those routes are not being accessed on the apk some of them are receiving params like:

navigate('EditPetMapPosition', {
                    pet_tag: pet.tag,
                    latitude: pet.latitude,
                    longitude: pet.longitude
                  })

Does anyone here has gone through that same issue? (Sorry about my grammar btw)

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.