react-native-multiple-select-list
react-native-multiple-select-list copied to clipboard
Not able to import
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)