-1

Im trying to build My Expo app with EAS build, but it keeps failing, this fails for Android, i am not sure about IOS, i think it has to do with React native navigation

EAS Build log ScreenShot

Here is a Screenshot of my package json package json screenshot

1 Answers1

-1

the solution to this problem was the library react-native-navigation:@7.26.0, apparently this library is not compatible with eas build or Expo Go as stated here

I removed the library from my app (i actually never imported it) and my build was successfull