react-native-multiple-select-list icon indicating copy to clipboard operation
react-native-multiple-select-list copied to clipboard

Not able to import

Open farhanapakkir opened this issue 4 years ago • 0 comments

Hi,

Im new to react-native,

After installation (npm install --save react-native-multiple-select-list)

when i import the following,

import CustomMultiPicker from "react-native-multiple-select-list";

I get the below error..

Could not find a declaration file for module 'react-native-multiple-select-list'. '../node_modules/react-native-multiple-select-list/multipleSelect.js' implicitly has an 'any' type. Try npm install @types/react-native-multiple-select-list if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-multiple-select-list';ts(7016)

farhanapakkir avatar Dec 23 '20 09:12 farhanapakkir