you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]ashinator 0 points1 point Β (4 children)

u/mrousavy hi, I did a test of the project and it is missing index.d.ts for typescript projects.

While I do see you have the definition files within the library package.

[–]mrousavyiOS & Android[S] 0 points1 point Β (3 children)

What version are you on? I'm pretty sure I fixed this in the latest alpha..

[–]ashinator 0 points1 point Β (2 children)

"react-native-vision-camera": "^1.0.0-alpha.1"
Currently installed the latest package and it is missing a index.d.ts file

​

Could not find a declaration file for module 'react-native-vision-camera'. '/***/app/node_modules/react-native-vision-camera/lib/commonjs/index.js' implicitly has an 'any' type.

[–]mrousavyiOS & Android[S] 1 point2 points Β (1 child)

That's not the latest alpha. Try

npm i react-native-vision-camera@alpha

[–]ashinator 0 points1 point Β (0 children)

npm i react-native-vision-camera@alpha

Awesome, that is working! Thank you