shoutem/ui

I had to remove a react-native-photo-view which links to the github of shoutem from the dependency to fix a com.facebook.imagepipeline.cache.CountingMemoryCacheInspector duplicated class error

cc-visionary opened this issue · 0 comments

Here is the link to the error: https://stackoverflow.com/questions/62503998/react-native-android-build-failure/62566861#62566861
Which I also encountered but eventually fixed by removing "react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d". Although the react-native run-android problem is fixed for me, the other issue I think that wasn't really a good solution because you had to remove a dependency in order to fix it. Can you fix the error for react-native-photo-view instead?