Skip to content

Warnings in expo react native for not exporting properly #324

Open
@djaffer

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 };

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions