react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

need support rn 0.60

Open avesgit opened this issue 5 years ago • 2 comments

error: cannot find symbol import com.github.scribejava.core.exceptions.OAuthConnectionException; error: package android.support.annotation does not exist import android.support.annotation.Nullable;

avesgit avatar Jul 14 '19 17:07 avesgit

You will need to install jetifier for the package to work.

npm install jetifier npx jetify

Jetifier helps to convert pre-AndroidX packages to the as of now version of Android.

Nemferno avatar Jul 18 '19 16:07 Nemferno

  • 1 for this, please.

craig8two avatar Jul 29 '19 12:07 craig8two