Open shajumohamed opened 3 months ago
Having the same issue.
same here, but found the fix.
add this to your package.json
and update the expo-location to your current version. mine is below.
"resolutions": {
"expo-location": "17.0.1"
},
or you can change the dependency section in this package.json and update the expo-location version or even remove it.
Hi ,
did anyone use the package in an expo 51 project ?
The eas android build fails with the below error as soon as adding the package as a dependency in package.json (without using it anywhere).
Once the package is removed, the build completes successfully.