WrathChaos / react-native-dynamic-search-bar

Medium Article: https://freakycoder.com/react-native-library-dynamic-search-bar-c03fea9fae36
MIT License
480 stars 52 forks source link

Failing to build on Expo app #102

Open kev2010 opened 1 year ago

kev2010 commented 1 year ago

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.

WrathChaos commented 1 year ago

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

kev2010 commented 1 year ago

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