App not opening after installation in android device

Hello,

I’ve built an expo app and the build was successful, but when I install it on my android device, it only shows the splash screen and then closes.

Did anyone face this same issue and know how to resolve it?

{
  "name": "prayer-time-hopin",
  "version": "1.0.0",
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@expo/config-plugins": "~6.0.0",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-navigation/bottom-tabs": "^6.5.7",
    "@react-navigation/material-bottom-tabs": "^6.2.15",
    "@react-navigation/native": "^6.1.6",
    "expo": "^48.0.7",
    "expo-av": "~13.2.1",
    "expo-constants": "~14.2.1",
    "expo-device": "~5.2.1",
    "expo-document-picker": "~11.2.1",
    "expo-modules-autolinking": "~1.1.0",
    "expo-notifications": "~0.18.1",
    "expo-status-bar": "~1.4.4",
    "lottie-react-native": "^5.1.4",
    "moment": "^2.29.4",
    "react": "18.2.0",
    "react-date-object": "^2.1.7",
    "react-native": "0.71.3",
    "react-native-elements": "^3.4.3",
    "react-native-gesture-handler": "~2.9.0",
    "react-native-paper": "^5.4.1",
    "react-native-safe-area-context": "4.5.0",
    "react-native-vector-icons": "^9.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0"
  },
  "private": true
}

We have some troubleshooting steps for production apps crashing here: Debugging Runtime Issues - Expo Documentation. In particular, adb logcat can help you get the underlying native error.