Closed jpamarohorta closed 1 year ago
Are you having these issues when installing in a brand new project, or is this issue occurring in a project with a number of other libraries?
I'm facing the exact same issue, anyone have discovered something on how to resolve this problem? thank you!
If you can provide a minimal example that reproduces this issue, I could take a look at some point.
I haven't solved the problem yet but I managed to pinpoint it to the update of Expo to 48 (from 46 in our case). It seems it's not related to this library but more to a change in the latest Expo version.
@shafterihno maybe you can add something to an existing issue in the expo-cli repository?
@andrejpavlovic should I close this issue?
Hello,
I'm having issues with the Android build process. After installing the library it works well on iOS (after following the fixes mentioned in issue 6 but it's breaking the Android build with the following error:
I've tested without the library and the app builds correctly, so something here conflicts with the app gradle config. I've also posted on a similar issue in the expo repo and they (correctly) pointed me out to the library itself.
For reference I'm using the latest library version
48.0.0
and the latest expo48.0.17
.Any idea what might be happening? thank you!