Closed drnow4u closed 1 year ago
This is not an issue with EAS Build.
Things you can try to debug the problem:
yarn expo prebuild
locally.EAS Build executes the same exact steps. This means if you get the same errors with an app built locally, there's no chance that EAS Build will build something else.
I'm having the same issue. Do you find a fix for this?
@ewein Yes, when the explicit dependency to @react-native-picker/picker
was added to the project's package.json
file, it solved the issue for me.
Build/Submit details page URL
https://expo.dev/accounts/techmetria/projects/TeCaSer/builds/f9297a85-4035-44ce-8c90-55d99aec59ca
Summary
In
package.json
is dependencies to"native-base": "^2.15.2"
and Native Base depends on@react-native-picker/picker
.The build was successful and the application was deployed to Google Play. After installation, when the page containing
@react-native-picker/picker
component is presented application crashes immediately. Expo CLI was able to build and link@react-native-picker/picker
in the application correctly. With EAS build crash is observed.Working in build https://expo.dev/accounts/techmetria/projects/TeCaSer/builds/cf44de47-7ddc-489e-8c90-121b2673ab4c and in the logs of Run gradlew is:
and
package.json
contains explicit:I made experiments and overridden in
package.json
dependency to a different version of@react-native-picker/picker
without success:Managed or bare?
Managed
Environment
Running "expo doctor"
Error output
No error during build process
Reproducible demo or steps to reproduce from a blank project