I'm new to Supertokens and I've encountered a problem while checking if my sessions exist in a React Native application. I'm using the SuperTokens.doesSessionExist() function, but it always returns false, even after I've logged in successfully and received an 'OK' status response. I've also checked the response by logging it into the console and saw that the session tokens were added, but I'm not able to access them for some reason.