You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile (project(':react-native-splash-screen')) {
// this is a case for duplicate support library version.
exclude group: 'com.android.support'
exclude group: 'com.facebook.react'
}
The text was updated successfully, but these errors were encountered:
I can work normally running locally but when I try to build my production APK I got:
I've tried those, but still not working.
The text was updated successfully, but these errors were encountered: