I’ve recently been having issues when building my app, but only with the Android build and only about half the time. I’m not sure I can do anything to fix the issue since:
- My app builds fine when I trigger a build from my local machine, rather than my CI even though I run the exact same command I copy/paste from my CI’s output.
- iOS never has issues building.
- Local dev works flawlessly.
Here’s a screenshot of the error in the Expo.io UI:
Diagnostics:
Expo CLI 4.1.6 environment info:
System:
OS: Linux 5.8 Debian GNU/Linux 9 (stretch) 9 (stretch)
Shell: 4.4.12 - /bin/bash
Binaries:
Node: 15.6.0 - /tmp/yarn--1614016293309-0.7788894182410655/node
Yarn: 1.22.5 - /tmp/yarn--1614016293309-0.7788894182410655/yarn
npm: 7.4.0 - /usr/local/bin/npm
npmPackages:
@expo/webpack-config: ^0.12.52 => 0.12.52
expo: ^40.0.0 => 40.0.0
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz => 0.63.2
react-native-web: ~0.13.12 => 0.13.18
react-navigation: ^4.0.10 => 4.0.10
Expo Workflow: managed
Any help would be greatly appreciated. Thank you!