v4.0.0
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;