Production Mode: No network access

  1. SDK Version: ^39.0.0
  2. Platforms(Android/iOS/web/all): Android/iOS/Expo

Hi, how are you?
I have an Expo project that was working on SDK 36.0.0. On last week I upgraded the SDK version to the latest (39) and I have problems with the Production Mode of the app (either the generated .apk or the iOS simulator on iOS, and the expo “Production Mode”): I’m not able to access internet services.
If I test my app on Development Mode it works as expected.
Another thing that I’m noticing is that my social logins (Facebook, Google and Apple) doesn’t return to my app so my app keeps waiting for it.

Anyone has faced this behavoir?
This are my dependencies:
“dependencies”: {
@expo/vector-icons”: “^10.0.0”,
@react-native-community/datetimepicker”: “^3.0.4”,
@react-native-community/masked-view”: “0.1.10”,
“abortcontroller-polyfill”: “^1.1.9”,
“axios”: “^0.21.0”,
“expo”: “^39.0.0”,
“expo-app-auth”: “~9.2.0”,
“expo-apple-authentication”: “~2.2.1”,
“expo-asset”: “~8.2.0”,
“expo-auth-session”: “~2.0.0”,
“expo-constants”: “~9.2.0”,
“expo-facebook”: “~9.0.0”,
“expo-file-system”: “~9.2.0”,
“expo-font”: “~8.3.0”,
“expo-google-app-auth”: “8.1.3”,
“expo-image-manipulator”: “~8.3.0”,
“expo-image-picker”: “~9.1.0”,
“expo-intent-launcher”: “~8.3.0”,
“expo-linear-gradient”: “~8.3.0”,
“expo-location”: “~9.0.0”,
“expo-media-library”: “~9.2.1”,
“expo-module-scripts”: “^1.0.1”,
“expo-notifications”: “~0.7.2”,
“expo-permissions”: “~9.3.0”,
“expo-sharing”: “~8.4.1”,
“expo-sqlite”: “~8.4.0”,
“expo-updates”: “~0.3.3”,
“lottie-react-native”: “~2.6.1”,
“react”: “16.13.1”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz”,
“react-native-dropdown-picker”: “^3.7.1”,
“react-native-elements”: “^0.19.1”,
“react-native-gesture-handler”: “~1.7.0”,
“react-native-google-recaptcha-v2”: “1.1.0”,
“react-native-image-zoom-viewer”: “^2.2.26”,
“react-native-maps”: “0.27.1”,
“react-native-modal”: “^11.5.3”,
“react-native-popup-dialog”: “^0.14.52”,
“react-native-reanimated”: “~1.13.0”,
“react-native-safe-area-context”: “3.1.4”,
“react-native-screens”: “~2.10.1”,
“react-native-swiper”: “^1.6.0”,
“react-native-vector-icons”: “^6.6.0”,
“react-native-webview”: “10.7.0”,
“react-navigation”: “4.4.0”,
“react-navigation-drawer”: “2.5.0”,
“react-navigation-stack”: “2.8.2”,
“react-navigation-tabs”: “2.9.0”,
“react-timer-mixin”: “^0.13.4”,
“sentry-expo”: “3.0.3”
},

I tried to remove node-modules, package lock and do another npm install and nothing changed.

Thank you

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