xerdnu / react-native-blasted-image

A simple yet powerful image component for React Native, powered by Glide and SDWebImage.
MIT License
90 stars 10 forks source link

Please add Typescript support #10

Closed LoganBwDE closed 1 month ago

LoganBwDE commented 8 months ago

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)

xerdnu commented 1 month ago

Added support for typescript in release v1.0.0