Description
Hi,
I am trying to implement apple authentication for my old iPhone 5S (max iOS version is 12.4.9).
I was trying to do it using react-apple-signin-auth module. But when importing it I got:
Unable to resolve module './AppleSigninButton.css' from eact-apple-signin-auth module.
How I can actually use react-apple-signin-auth in my react-native app? Any examples would help.
Also I was thinking if you have android login enable so why iOS < 13 could not have apple login via web page. Can you please elaborate on this what is the actual problem there and if you could please provide some links for more information that would be great!
The last question is how can I change apple sign in button text from "Sign in with Apple" to translated version fro example "Iniciar sesión con Apple" or some other text. Is there any restriction from apple? Just curious. Thank you!
By the way thank you for the nice library!