I was just starting to work on an app and after installing the react native appwrite package I am getting this warning:
Warning: The current SDK is built for Appwrite 1.6.0. However, the current Appwrite server version is 1.5.10. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks
How would I go about downgrading the SDK, and what version should I use? When I installed it I did not specify any version so I don't even know which version I am on, so any help on figuring this all out would be great
hey I assume that you are using cloud, and its in version 1.5
you can re install the correct appwrite sdk for react-native
npm i react-native-appwrite@0.4.0
Thanks! Do you know if I have to first uninstall my current SDK version or can I just go ahead and install this one?
Go to your package json. and remove the appwrite dependency
next install appwrite sdk again hitting npm i react-native-appwrite@0.4.0
solved?
I am not at my computer right now, but in a couple minutes I should be able to check
Alrighty!
Recommended threads
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- [SOLVED] React Native Appwrite SDK not w...
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. ```typescri...
- Unable to execute function
i wanna also ask why im facing the error in appwrite functions Traceback (most recent call last): File "/usr/local/server/src/server.py", line 106, in action...