eas build -p ios builds my app but crashes on launch, however running normally works perfectly fine

Hi I am struggling to launch my app in testflight after creating using the command above. However when I run locally both on ios and android everything works perfectly fine. I am not sure how to solve this issue, any help?

Package.json:

{
  "name": "halalteams",
  "version": "1.0.0",
  "scripts": {
    "start": "expo start --dev-client",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@expo/vector-icons": "^13.0.0",
    "@expo/webpack-config": "^18.0.1",
    "@react-native-community/datetimepicker": "6.7.3",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-native-firebase/app": "^18.3.0",
    "@react-native-firebase/auth": "^18.3.0",
    "@react-native-firebase/firestore": "^18.3.0",
    "@react-native-firebase/storage": "^18.3.0",
    "@react-native-google-signin/google-signin": "^10.0.1",
    "@react-navigation/bottom-tabs": "^6.5.8",
    "@react-navigation/native": "^6.1.7",
    "@react-navigation/native-stack": "^6.9.13",
    "@react-navigation/stack": "^6.3.17",
    "dayjs": "^1.11.9",
    "expo": "~48.0.18",
    "expo-checkbox": "^2.4.0",
    "expo-linear-gradient": "^12.3.0",
    "expo-splash-screen": "~0.18.2",
    "expo-status-bar": "~1.4.4",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.71.8",
    "react-native-elements": "^3.4.3",
    "react-native-gesture-handler": "^2.12.0",
    "react-native-gifted-chat": "^2.4.0",
    "react-native-image-crop-picker": "^0.40.0",
    "react-native-image-picker": "^5.6.0",
    "react-native-linear-gradient": "^2.8.0",
    "react-native-modal-datetime-picker": "^17.0.0",
    "react-native-reanimated": "^3.3.0",
    "react-native-safe-area-context": "^4.7.1",
    "react-native-screens": "^3.22.1",
    "react-native-vector-icons": "^10.0.0",
    "react-native-web": "~0.18.10"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0"
  },
  "private": true
}

Please let me know if i should paste or have any other code

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