alwx / react-native-photo-view

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

Update build.gradle #137

Open priyanka931 opened 6 years ago

priyanka931 commented 6 years ago

After integrating this library with native-navigation of bamlab -https://github.com/bamlab/native-navigation, on android platform, i got the underlying error


            super(viewTag);
            ^
    constructor Event.Event() is not applicable
      (actual and formal argument lists differ in length)
    constructor Event.Event(int,long) is not applicable
      (actual and formal argument lists differ in length)```

I fixed it by making the some config changes in build.gradle & it's working now.