File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,6 @@ function onAppleAuthResponse(responseContent) {
287
287
console .log (" onAppleAuthResponse responseContent" , responseContent);
288
288
}
289
289
290
- // Apple authentication requires API 19+, so we check before showing the login button
291
290
// If no iOS or Android is supported than we use webView fallback with custom button
292
291
function App () {
293
292
@@ -315,7 +314,11 @@ function App() {
315
314
return (
316
315
< View>
317
316
317
+
318
318
{
319
+ // It makes sense to show the native buttons in a real app,
320
+ // something like the code below, but we are just demonstrating web login here so it is commented out
321
+
319
322
// (appleAuth.isSupported || appleAuthAndroid.isSupported) ? (
320
323
// <AppleButton
321
324
// buttonStyle={AppleButton.Style.BLACK}
You can’t perform that action at this time.
0 commit comments