burnstony#1975B
Convex Communityโ€ข2y agoโ€ข
29 replies
burnstony#1975

Convex Auth - Expo React Native

trying to use convex auth
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 undefined


import { 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()
Relations, default values, unique fields and more for Convex
Was this page helpful?