expo-image-picker build fail, after updating to latest version
See original GitHub issueSteps I followed:
1- yarn remove expo-image-picker 2- yarn add expo-image-picker 3- yarn android
version “expo-image-picker”: “^4.0.0”, Build Error:
node_modules/expo-image-picker/android/build.gradle' line: 60
* What went wrong:
A problem occurred evaluating project ':expo-image-picker'.
> Project with path ':unimodules-core' could not be found in project ':expo-image-picker'.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Issue with Expo Image Picker at build time - Stack Overflow
I try doing different things and after trying many things I get to know it's because of outdated verions I updated everything in...
Read more >can't build expo project because of errors in expo-image-picker
i built the app a few days ago and it worked fine, i did update my node version since then so i don't...
Read more >Expo 45 build fail on Android with EAS
I've upgraded the SDK version to 45 recently. Everything works well except it doesn't build either on Android or IO.
Read more >expo-image-picker - npm
Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.. Latest...
Read more >a problem occurred configuring project ':expo-modules-core'.
Just as we discussed in the comment section, I was able to resolve the issue by removing the react-native-reanimated package, as I was...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@shubhamdeol,
Using expo-cli@2.11.0, you cannot create a bare minimum project, it only provides options for either
blank
ortabs
, so I think there is something missing.If you can provide steps to repro the issue then I’m happy to reopen! but for now will close
-Charlie
@bbarthec yeah, I followed the above steps, the build is successful now. My project was build with expo-cli@2.11.0, maybe that’s the reason. If I will reproduce this with expo-cli@2.11.0. Would you guys consider fixing this?