You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project is completely using typescript and im getting a Typescript Error for the library :)
/node_modules/react-native-blasted-image/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-native-blasted-image if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-blasted-image';ts(7016)
The text was updated successfully, but these errors were encountered:
My project is completely using typescript and im getting a Typescript Error for the library :)
/node_modules/react-native-blasted-image/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/react-native-blasted-image
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-blasted-image';
ts(7016)The text was updated successfully, but these errors were encountered: