martins4Original post
Rank 1: Thread
The error I am having has something to do with “getItem” function. It comes from appwrite node_module but I am not really sure what to change to solve it.
I am using React Native with Expo framework in case that’s the reason.
Summary
Title: Error with client.subscribe() in React Native with Expo framework
In this thread, a developer is experiencing an error related to the "getItem" function in the appwrite node_module when using React Native with Expo. They are unsure of how to resolve it and are considering muting the error log. Another developer suggests installing a polyfill for local storage, as the appwrite web sdk uses it.
Solution: Try installing a polyfill for local storage to see if it resolves the error.