You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#497
Open
cc-visionary opened this issue
Jun 25, 2020
· 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?
The text was updated successfully, but these errors were encountered:
cc-visionary
changed the title
I had to remove a react-native-photo-view which links to the github of shoutem from the dependency to fix a com.facebook.fresco duplicated class error
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
Jun 25, 2020
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 thereact-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?The text was updated successfully, but these errors were encountered: