I read this comment in the Gradle docs:
To deal with problems due to version conflicts, reports with dependency graphs are also very helpful. Such reports ar
For those looking to debug gradle dependencies in react-native projects, the command is (executed from projectname/android)
react-native
projectname/android
./gradlew app:dependencies --configuration compile