App Crash In Production (In Stores) But Works in Expo (Dev, Prod Mode,...)

Error from Google Play Console :

java.lang.RuntimeException: 
  at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6608)
  at android.app.ActivityThread.access$1500 (ActivityThread.java:235)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1916)
  at android.os.Handler.dispatchMessage (Handler.java:107)
  at android.os.Looper.loop (Looper.java:225)
  at android.app.ActivityThread.main (ActivityThread.java:7563)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:539)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:994)
Caused by: java.lang.IllegalStateException: 
  at expo.modules.updates.UpdatesController.getInstance (UpdatesController.java:80)
  at com.satyamdorville.discover.MainApplication$1.getJSBundleFile (MainApplication.java:68)
  at com.reactnativenavigation.react.NavigationReactNativeHost.createReactInstanceManager (NavigationReactNativeHost.java:53)
  at com.facebook.react.ReactNativeHost.getReactInstanceManager (ReactNativeHost.java:39)
  at com.reactnativenavigation.react.ReactGateway.<init> (ReactGateway.java:20)
  at com.reactnativenavigation.NavigationApplication.createReactGateway (NavigationApplication.java:40)
  at com.reactnativenavigation.NavigationApplication.onCreate (NavigationApplication.java:27)
  at com.satyamdorville.discover.MainApplication.onCreate (MainApplication.java:89)
  at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1189)
  at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6603)

Bare Workflow (just ejecting)
SDK41 (Just upgrading)

{
  "scripts": {
    "start": "react-native start",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "web": "expo start --web",
    "eject": "expo eject",
    "test": "jest --watchAll"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@expo/vector-icons": "^12.0.0",
    "@react-native-async-storage/async-storage": "^1.13.0",
    "@react-native-community/cli-platform-ios": "^5.0.1-alpha.2",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-navigation/bottom-tabs": "5.11.2",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "~5.12.8",
    "@reduxjs/toolkit": "^1.5.1",
    "@sentry/react-native": "^2.4.3",
    "@stripe/stripe-react-native": "^0.1.2",
    "@types/react-native-snap-carousel": "^3.8.3",
    "email-validator": "^2.0.4",
    "expo": "^41.0.0",
    "expo-asset": "~8.3.1",
    "expo-constants": "~10.1.3",
    "expo-font": "^9.1.0",
    "expo-linking": "^2.2.3",
    "expo-location": "^12.0.4",
    "expo-permissions": "^12.0.1",
    "expo-splash-screen": "~0.10.2",
    "expo-status-bar": "^1.0.4",
    "expo-updates": "~0.5.4",
    "expo-web-browser": "~9.1.0",
    "moment-timezone": "^0.5.33",
    "parse": "^3.1.0",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "~0.63.4",
    "react-native-animatable": "^1.3.3",
    "react-native-appearance": "~0.3.3",
    "react-native-dropdown-picker": "^5.1.15",
    "react-native-elements": "^3.3.2",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-modal": "^11.10.0",
    "react-native-navigation": "^7.12.0",
    "react-native-numeric-input": "^1.9.0",
    "react-native-paper": "^4.8.1",
    "react-native-reanimated": "^2.1.0",
    "react-native-render-html": "^5.1.0",
    "react-native-safe-area-context": "^3.2.0",
    "react-native-screens": "^3.3.0",
    "react-native-snap-carousel": "^3.9.1",
    "react-native-stripe-checkout-webview": "0.0.13",
    "react-native-ui-lib": "^5.22.0",
    "react-native-unimodules": "~0.13.3",
    "react-native-vector-icons": "^8.1.0",
    "react-native-web": "~0.13.12",
    "react-native-webview": "^11.2.3",
    "react-navigation": "^4.4.4",
    "react-redux": "^7.2.3",
    "react-ridge-state": "^4.2.1",
    "redux": "^4.0.5",
    "sentry-expo": "^3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@types/lodash": "^4.14.168",
    "@types/react": "~16.9.35",
    "@types/react-native": "~0.63.2",
    "@types/react-redux": "^7.1.16",
    "jest-expo": "^41.0.0",
    "redux-tools": "^3.2.0",
    "typescript": "~4.0.0"
  },
  "private": true,
  "name": "discover",
  "version": "1.0.0"
}