react-native-photo-view icon indicating copy to clipboard operation
react-native-photo-view copied to clipboard

Android with React-Native 0.42.3

Open aliraza8404 opened this issue 7 years ago • 3 comments

Hi, Facing build issue can anyone help me out that which version of react-native-photo-view is compatible with RN-0.42.3 currently using "react-native-photo-view": "^1.4.0" 2017-11-13

aliraza8404 avatar Nov 13 '17 10:11 aliraza8404

I'm also facing same issue.

Mubeen07 avatar Nov 13 '17 10:11 Mubeen07

+1

Raheelmohsin avatar Nov 13 '17 10:11 Raheelmohsin

The issue above looks like you need to update your react-native. Its looking for files not present on the version you are in.

Solution:

  1. Update react native (best option)

  2. Fork the project and modify the source yourself.

JensDebergh avatar Nov 27 '17 13:11 JensDebergh