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)
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 containingdeclare module 'react-native-flatlist-slider';
ts(7016)