alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 434 forks source link

Android with React-Native 0.42.3 #123

Open aliraza8404 opened 6 years ago

aliraza8404 commented 6 years ago

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

Mubeen07 commented 6 years ago

I'm also facing same issue.

Raheelmohsin commented 6 years ago

+1

JensDebergh commented 6 years ago

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.