Description
WARNING in ./node_modules/react-native-element-dropdown/lib/module/index.js:7
export 'IDropdownRef' (reexported as 'IDropdownRef') was not found in './components/Dropdown/model' (module has no exports)
5 | import { IMultiSelectRef } from "./components/MultiSelect/model";
6 | import { ISelectCountryRef } from "./components/SelectCountry/model";
7 | export { Dropdown, MultiSelect, SelectCountry, IDropdownRef, IMultiSelectRef, ISelectCountryRef };
WARNING in ./node_modules/react-native-element-dropdown/lib/module/index.js:7
export 'IMultiSelectRef' (reexported as 'IMultiSelectRef') was not found in './components/MultiSelect/model' (module has no exports)
5 | import { IMultiSelectRef } from "./components/MultiSelect/model";
6 | import { ISelectCountryRef } from "./components/SelectCountry/model";
7 | export { Dropdown, MultiSelect, SelectCountry, IDropdownRef, IMultiSelectRef, ISelectCountryRef };
WARNING in ./node_modules/react-native-element-dropdown/lib/module/index.js:7
export 'ISelectCountryRef' (reexported as 'ISelectCountryRef') was not found in './components/SelectCountry/model' (module has no exports)
5 | import { IMultiSelectRef } from "./components/MultiSelect/model";
6 | import { ISelectCountryRef } from "./components/SelectCountry/model";
7 | export { Dropdown, MultiSelect, SelectCountry, IDropdownRef, IMultiSelectRef, ISelectCountryRef };