Reputation: 1
I am learning react native using expo and eas and I am encountering this error while generating apk file.
Reason: Detected inconsistent filename casing between your local filesystem and git.
any one can help me about this? I have no idea what to configure in my files.
I try running this command: eas build --platform android --profile development then on the compressing stage it give me this error: Reason: Detected inconsistent filename casing between your local filesystem and git.
Upvotes: 0
Views: 85
Reputation: 38
This is not a response, but I cannot add comments yet. I also face some challenges when developing a React Native app. I tried to install and run expo doctor, this helps a lot. If you also face problems after successfully building the APK, it's good to connect a phone to Android Studio and check the logs in the terminal.
Upvotes: 0