error: resource android:attr/fontVariationSettings not found.

In app/buid.gradle

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

Popular posts from this blog

Module '"react-native"' has no exported member 'VirtualizedList'.ts(2305)