react-native-video-processing
react-native-video-processing copied to clipboard
Could not find a declaration file for module 'react-native-video-processing'
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 |
same !
- Check for @types folder in root of the project, if not exist create @types folder in the root of the project.
- Inside that add react-native-video-processing.d.ts file.
- within the d.ts file write, declare module 'react-native-video-processing';