Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Apple Authentication Button doesn't show up using expo-apple-authentication package

$
0
0

I'm trying to implement Apple Sign In in my iOS app using the expo-apple-authentication package, but I'm not being able to make the button show up. Even though I'm using the exact same code as the documentation:

<AppleAuthentication.AppleAuthenticationButton   buttonType={     AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN   }   buttonStyle={     AppleAuthentication.AppleAuthenticationButtonStyle.BLACK   }   cornerRadius={5}   onPress={() => {   }} />

It's worth noticing that the call to AppleAuthentication.isAvailableAsync() returns true.

I'm testing it in a Simulator. Is it not supposed to work in a dev environment? how am I supposed to test it then?


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>