React Native stuck on splash screen

Viewed 1044

The React Native app is stuck on the splash screen after removing the expo-splash-screen package on android. It is stuck even after installing the package again. The build is successful but the app not loading the initial screen. I'm using React Native bare-workflow.

package.json

"dependencies": {
    "@ptomasroos/react-native-multi-slider": "^2.2.2",
    "@react-native-async-storage/async-storage": "^1.15.4",
    "@react-native-community/push-notification-ios": "^1.8.0",
    "@react-native-firebase/app": "^12.0.0",
    "@react-native-firebase/messaging": "^12.0.0",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "^5.14.5",
    "axios": "^0.21.1",
    "expo": "~41.0.1",
    "expo-app-loading": "^1.0.3",
    "expo-av": "^9.1.2",
    "expo-constants": "^10.1.3",
    "expo-font": "^9.1.0",
    "expo-secure-store": "^10.1.0",
    "expo-splash-screen": "~0.10.2",
    "expo-status-bar": "~1.0.4",
    "expo-updates": "~0.5.4",
    "expo-web-browser": "^9.1.0",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "~0.63.4",
    "react-native-camera": "^3.44.3",
    "react-native-circular-progress": "^1.3.7",
    "react-native-ffmpeg": "^0.5.1",
    "react-native-fs": "^2.18.0",
    "react-native-gesture-handler": "~1.10.2",
    "react-native-image-picker": "^4.0.4",
    "react-native-push-notification": "^7.3.1",
    "react-native-reanimated": "~2.1.0",
    "react-native-safe-area-context": "3.2.0",
    "react-native-screens": "~3.0.0",
    "react-native-svg": "^12.1.1",
    "react-native-unimodules": "~0.13.3",
    "react-native-web": "~0.13.12",
    "react-redux": "^7.2.4",
    "redux": "^4.1.0",
    "rn-fetch-blob": "^0.12.0",
    "styled-components": "^5.3.0"
  },
0 Answers
Related