Hi guys, when I try to access with the account.createSession function in React Native it gives me an error telling me that it is not a function and is Undefined, here is the error: account.createSession is not a function (it is undefined)
Make sure you're looking at the docs that match the version of your SDK and compatible with version of Appwrite
there is no docs for React Native
Are you using Appwrite Cloud?
nono i self hosted everything
I went to check the React Native SDK code and noticed that the createSession function is missing
So you're running Appwrite version 1.5?
yes
The react native SDK is built for Appwrite 1.4 and it's based off the web sdk so you can look at the web sdk docs for version 1.4
when will you update it to version 1.5?
We're working on it. Maybe in a couple weeks
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....