From a1bfbada854cc2e990e8eead7c6a38b66937f51b Mon Sep 17 00:00:00 2001 From: Iyk Azorji Date: Fri, 20 Dec 2024 12:45:46 -0500 Subject: [PATCH] feat: update magic link example to use use the correct email mode --- examples/react-native-expo-example/app/(tabs)/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/react-native-expo-example/app/(tabs)/index.tsx b/examples/react-native-expo-example/app/(tabs)/index.tsx index 15c9c54bb8..3a813280c2 100644 --- a/examples/react-native-expo-example/app/(tabs)/index.tsx +++ b/examples/react-native-expo-example/app/(tabs)/index.tsx @@ -110,7 +110,11 @@ export default function MagicLinkAuthScreen() { onPress={() => { setAuthRequestSent(true); signer - .authenticate({ email, type: "email" }) + .authenticate({ + email, + type: "email", + emailMode: "magicLink", + }) .catch(console.error); }} >