Hi, team.
Thank you for your great works.
I've successfully implemented the apple sign in with your module. But, I found that my app installed on iOS 12 crashes if I navigate to the screen which has the AppleButton component. I guess it is caused by unsupported in the version < iOS 13.
If I'm correct, how can I check if the apple sign in is supported or no? such as;
appleAuth.checkSupport().then(isSupported => {
// ...
}).catch(err => { console.log(err))
I found appleAuth.isSupported & appleAuth.isSignUpButtonSupported. I think I can solve my problem with it.
I'm gonna close my issue.
Most helpful comment
I found
appleAuth.isSupported&appleAuth.isSignUpButtonSupported. I think I can solve my problem with it.I'm gonna close my issue.