
Hi I'm currently making an app, using react native and stumbled across a major problem regarding version 7.0.1 where they removed async functions. I reverted to 7.0.0 since this screwed my whole project, because I was getting this error: [AppwriteException: Already read]. Does any one of you know how to use the api functions when "async" is removed. Keep in mind that im new to typescript, react native and appwrite.

Hi Kedi I am also facing this issue. https://github.com/appwrite/sdk-for-react-native/issues/49
Recommended threads
- updatePassword invalid credentials error...
This is my code: ```js const result = await account.updatePassword( newPassword ); ``` This is my error: ``` [AppwriteException: Invalid cr...
- [Error: AppwriteException: User (role: g...
After logging in successfully I am getting this Error. Before I impleamented this helper function: export async function updateUserPassword(oldPassword, newP...
- .setDevKey is not a function
React Native Appwrite doesn't recognize Client.setDevKey
