mikehardy / react-native-update-apk

Update apk from non-play store servers, and update ios from app store in React Native.
MIT License
193 stars 57 forks source link

Failed to fin configured root that contains #46

Closed ruanblima closed 3 years ago

ruanblima commented 3 years ago

I'm trying to implement this library in a test app for later use in my real app. The download happens normally, but when you finish downloading the apk of the new version, this error mentioned in the title appears, does anyone have any suggestions on what might be happening?

ruanblima commented 3 years ago

I managed to solve the problem, it was an error in the filepaths configuration. So I'm closing this issue.