1
私は認証を行うためにAuth0を使用しています。 iOSでは、react-native-auth0は完全に動作します。それは、Androidに来るときA0Auth0.showUrlを呼び出せませんでした
しかし、エラーが出てくる:
私は認証を行うためにAuth0を使用しています。 iOSでは、react-native-auth0は完全に動作します。それは、Androidに来るときA0Auth0.showUrlを呼び出せませんでした
しかし、エラーが出てくる:
dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.android.support:customtabs:23.3.0'
}
からnode_modules/react-native-auth0/android/build.gradle
でcustomtabs
バージョンを変更してみてください210
私と他の人のために修正されました。礼儀:https://github.com/auth0/react-native-auth0/issues/67#issuecomment-322209597
私のために働いていない= –