I am implementing sign in with apple in react-native app. I used invertase/react-native-apple-authntication library for functionality.
Step 1 : I have successfully retrieved email and username on first time login
Step 2: When I logout from application and trying to click on Sign in with apple on second time that time application asking me for continue with apple. I click and entered password twice.
I am getting auth error and not able to login in application.
Please suggest