Convex Auth - Expo React Native
following the instructions
https://labs.convex.dev/auth/config/oauth
LOG __clerk_client_jwt was used π
β LOG __clerk_client_jwt was used π
β ERROR TypeError: Cannot read property 'signIn' of undefinedimport { StyleSheet, View, Text, TouchableOpacity, Image } from 'react-native';
import { RFValue } from 'react-native-responsive-fontsize';
import React from 'react';
import { AntDesign } from "@expo/vector-icons";
import { useAuthActions } from "@convex-dev/auth/react";
import { makeRedirectUri } from "expo-auth-session";
import { openAuthSessionAsync } from "expo-web-browser";
const redirectTo = makeRedirectUri();
const LoginScreen = () => {
const { signIn } = useAuthActions()
