Closed GMoon777 closed 3 weeks ago
I added "types": "./lib/typescript/module/src/index.d.ts"
to the react-native-fast-opencv package.json and all the types are working now.
Not sure why my project couldn't detect them without this addition.
@GMoon777 Probably it's related to your project TS configuration (some excludes?), the error does not occur on a clean project.
@lukaszkurantdev Thanks for getting back to me, it must be my typescript configuration then. I'll close this.
Hi, amazing work with this, just wanted to check as I can see many mentions of TypeScript in this repo.
Are we expecting to not have a declaration file when importing OpenCV from react-native-fast-opencv
Thanks.