
Could not find a declaration file for module 'react-native-appwrite'. '/Users/albertorg/Documents/Projects/Personal/Eson/eson/node_modules/react-native-appwrite/dist/cjs/sdk.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-native-appwrite
if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-appwrite';

any solution for this?

How did you install it?

npx expo install react-native-appwrite react-native-url-polyfill

Im using yarn

Hmm they might be missing but we have an update coming out soon that should have it. You could try to generate them by going into that react-native-folder and running npm run build

That worked for me, thank you very much

[SOLVED] Typescript react-native-appwrite sdk

im still having this problem can anyone give me a solution for this ?


Thank you so much for this replay I solved this problem with the help of the declare module
Problem solved and all work perfectly.

Is there a known fix date for this?

Going into node_modules/react-native-appwrite and running yarn run build does fix it, but is hacky 🤣

Did you try with version 0.3.0?
Recommended threads
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
- Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are curre...
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
