Skip to content

v4.0.0

Compare
Choose a tag to compare
@kadikraman kadikraman released this 11 Oct 16:18

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) 🎉
  • update Android app id to com.rnappauth #191
  • add Carthage support #189
  • update Android sdk #190
  • add docs for AWS Cognito #192
  • update examples #196