Have been using this package since December'17 and it was working perfect till now.
Now suddenly facing this issue. It has something to do with Google Play service i guess. Not able to resolve this.

Tried the solution given in the troubleshooting section (implemented below in build.gradle) of the repo. Its not working either.

react-native : 0.50.3
react-native-device-info : 0.13.0
Affected OS : android
OS version : 8.0
Adding the following to build.gradle fixed the issue for me
maven {
url "https://dl.google.com/dl/android/maven2/"
}
it helped me but i'm not sure what is right
react-native-device-info/src/main/java/RNDeviceModule

@machour closable - another failure to install correctly, but the library definitely works according to instructions (I just installed it...) - this one is for dependency resolution, people need to define the ext versions in their android/build.gradle so they don't get collisions from other modules
Most helpful comment
Adding the following to build.gradle fixed the issue for me