moonjava2005 / react-native-pinch-zoom-layout

Zoom content view as native
MIT License
3 stars 1 forks source link

unable to build project after add this package #1

Open akchaudhary6532 opened 4 years ago

akchaudhary6532 commented 4 years ago

Following error is displayed...

Task :react-native-pinch-zoom-layout:compileDebugJavaWithJavac Task :app:processDebugManifest FAILED See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.

but once I remove this package everything works fine..

using ReactNative 0.61.5

slaymantis commented 3 years ago

Did you manage to resolve this? The only way I got it to work was: Follow the android install instructions then run these commands

npm install --save-dev jetifier npx jetify npx react-native run-android