Open Noitidart opened 6 years ago
I think it is this PR - https://github.com/chrisfisher/react-native-directed-scrollview/pull/35 - which breaks it for everyone except the PR submitter.
Yes I modified this line from "implementation" to "compile" and it fixed it.
Hi there, In latest package I am getting the error pasted below when doing
react-native run-android
.I suspect it's because of using
implementation
in yourandroid/build.gradle
, which I think is gradle 3+ only. And default react-native ships with gradle 2.