Hello, as I said in the title after I successfully execute eas build I open the app and it crashes in the splash screen, sentry can not debug it because the app has not opened. expo: build works great and also expo: go, I followed the expo guides without an answer.
Attaches my construction
eas json:
{
“cli”: {
"version": ">= 0.43.0"
},
“build”: {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
“submit”: {
"production": {}
}
}