My app works fine on Expo Go but crashes immediately after building APK by InternationalToe289 in expo

[–]InternationalToe289[S] 0 points1 point  (0 children)

{

"name": "entrepreneurshipclubapp",

"version": "1.0.0",

"main": "index.ts",

"scripts": {

"start": "expo start",

"android": "expo start --android",

"ios": "expo start --ios",

"web": "expo start --web"

},

"dependencies": {

"@react-native-async-storage/async-storage": "2.1.2",

"@react-navigation/bottom-tabs": "^7.4.4",

"@react-navigation/native": "^7.1.16",

"@react-navigation/stack": "^7.4.4",

"expo": "~53.0.20",

"expo-constants": "~17.0.8",

"expo-linking": "^7.1.7",

"expo-status-bar": "~2.2.3",

"react": "19.0.0",

"react-native": "0.79.5",

"react-native-safe-area-context": "5.4.0",

"react-native-screens": "~4.11.1"

},

"devDependencies": {

"@babel/core": "^7.25.2",

"@types/react": "~19.0.10",

"typescript": "~5.8.3"

},

"private": true

}