react-native-opencv3
react-native-opencv3 copied to clipboard
Could not find a declaration file for module react-native-opencv3
Hello!
in this line:
import {CvCamera} from 'react-native-opencv3';
I have this error:
Could not find a declaration file for module react-native-opencv3 ....
and as it guided I try :
npm install @types/react-native-opencv3
but the error E404 not found appear.
I searched a lot but I could not solve it please help
Were you able to run the sample apps that use CvCamera? Best regards, Adam
On Mon, Feb 3, 2020, 3:19 AM shdezhahanj [email protected] wrote:
Hello! in this line: import {CvCamera} from 'react-native-opencv3'; I have this error: Could not find a declaration file for module react-native-opencv3 .... and as it guided I try : npm install @types/react-native-opencv3 but the error E404 not found appear. I searched a lot but I could not solve it please help
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adamgf/react-native-opencv3/issues/13?email_source=notifications&email_token=AAJ6V3YMQXWRDAJP5CAUH73RA74SXA5CNFSM4KPDNCY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IKR5LMQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ6V3ZYN6QJFSTZ2BLVNDTRA74SXANCNFSM4KPDNCYQ .
Please help i waste lot of time to solve this