I\'m trying to add the react-native-firestack package to my app. But it keeps giving the following error :
react-native-firestack
:app:mergeDebugResources UP-TO-DATE :
Just add following in your build.gradle
android { configurations { all*.exclude module: 'play-services-awareness' } }