Apple Sign In implementation (renders blank)

I’m trying to implement apple auth on sdk35. i’m not seeing the button following the docs/examples in the official guide.

this is how i’m doing it:

  • on component mount, i run isAvailableAsync
  • if it’s available, set status to be true when async function completes and result is true.
  • render method renders the button using AppleAuthentication - Expo Documentation when status is true

but nothing is shown on screen. i’m using ios expo client. also apple auth is enabled in app.json.

any idea why it’s blank?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.