aV
12/11/2022, 11:55 AMimport SuperTokens from 'supertokens-react-native';
async function doesSessionExist() {
if (await SuperTokens.doesSessionExist()) {
// user is logged in
} else {
// user has not logged in yet
}
}
rp_st
12/11/2022, 11:56 AMrp_st
12/11/2022, 11:56 AMrp_st
12/11/2022, 11:56 AMaV
12/11/2022, 12:01 PM