react-native-dynamic-search-bar icon indicating copy to clipboard operation
react-native-dynamic-search-bar copied to clipboard

Failing to build on Expo app

Open kev2010 opened this issue 2 years ago • 2 comments

Everything works fine on my local environment (yarn install, running my app on my own iPhone, running my app on android emulator, etc.), but when I try to actually build the app into the iOS and Android versions, I get the following error:

image

The commands I'm running in my own terminal are: npx eas build -p ios and npx eas build --platform android. Both give me the above error. Obviously this repository exists, so I'm very confused on why Expo/EAS is not recognizing it.

kev2010 avatar Jan 29 '23 06:01 kev2010

Hello @kev2010 Thank you for using the library :)

To be honest I've never tried to Expo EAS. I will try to check it out to see what is wrong or what I should do on this library to make it work with EAS :)

If you have any idea, please enlighten me so we can make it work

WrathChaos avatar Jan 29 '23 09:01 WrathChaos

Awesome! I did a lot of searching around and found a similar issue here (which I asked the same question again since their solution wasn't working for me).

Not sure if it's a problem with EAS or with this particular repository for some reason? The only reason why I'm running EAS is because npx expo build:ios is met by expo build:ios is not supported in the local CLI, please use eas build -p ios instead for me

kev2010 avatar Jan 29 '23 21:01 kev2010