Search code examples
react-nativeexporeact-native-image-picker

Issue with Expo Image Picker at build time


This is the error I am facing at the time of building the ios for my expo app. enter image description here

Here is the code for Image Picker I used enter image description here

This is working great in my simulator expo app as well as in iphone expo as well but giving this error while building using eas build -p=ios


Solution

  • I try doing different things and after trying many things I get to know it's because of outdated verions I updated everything in my package.json with the help of expo doctor I see compatible and install them and it's fixed.