KPS250 / react-native-flatlist-slider

React Native Image Slider with FlatList
186 stars 46 forks source link

Missing index.d.ts: TypeScript error #22

Closed asalha closed 3 years ago

asalha commented 3 years ago

Could not find a declaration file for module 'react-native-flatlist-slider'. 'd:/github/PROJECT-NAME/node_modules/react-native-flatlist-slider/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-native-flatlist-slider if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-flatlist-slider';ts(7016)

KPS250 commented 3 years ago

The library isn't written with TS support. Will get it ported to TS in near future.