error: resource android:attr/fontVariationSettings not found.
In app/buid.gradle
add the following config:
add the following config:
implementation(project(":react-native-device-info"), {
exclude group: "com.google.android.gms"
})
implementation "com.google.android.gms:play-services-gcm:16.0.0"
Comments
Post a Comment