react-native-dynamic-search-bar
react-native-dynamic-search-bar copied to clipboard
Failing to build on Expo app
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:
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.
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
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