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
This is a major version release, because we've updated the Android package scheme from com.reactlibrary (which was the default, but can cause naming conflicts) to com.rnappauth.
To migrate, in your MainApplication.java, replace import com.reactlibrary.RNAppAuthPackage;
with import com.rnappauth.RNAppAuthPackage;
update AppAuth-Android to 0.7.1 #185 (thanks @tbsf) 🎉