Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a declaration file for module 'react-native-video-processing' #389

Open
JoaquinGiorgis opened this issue Feb 17, 2023 · 3 comments

Comments

@JoaquinGiorgis
Copy link

Could not find a declaration file for module 'react-native-video-processing'.

'c:/Users/Joaqu/OneDrive/Escritorio/AwesomeProject/node_modules/react-native-video-processing/index.js' implicitly has an 'any' type.

software version
react-native-video-processing ^1.7.2
react-native 0.71.3
node 16.16.0
@enganasalsaadi
Copy link

same !

@nirmalswmnthn
Copy link

  1. Check for @types folder in root of the project, if not exist create @types folder in the root of the project.
  2. Inside that add react-native-video-processing.d.ts file.
  3. within the d.ts file write, declare module 'react-native-video-processing';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@JoaquinGiorgis @nirmalswmnthn @enganasalsaadi and others