it will only work ( only on the web) if i use this
import { Client ,Databases} from 'appwrite';
instead of this
import { Client ,Databases} from 'react-native-appwrite';
the error :
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
create a class for a client using react-native-appwrite sdk
creating a listening function and using it in app
👍 Expected behavior
it should console log a response
👎 Actual Behavior
it will only work ( only on the web) if i use this
import { Client ,Databases} from 'appwrite';
instead of thisimport { Client ,Databases} from 'react-native-appwrite';
the error :🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?