'Unable to resolve module ./list/ListItem from E:\socal project\social-app\node_modules\react-native-elements\dist\index.js:

I'm facing the error while using the react-native-elements (search bar)



Solution 1:[1]

Looking at your folder structure, it looks like you want to import ListItem from "./List".

You can learn more about the different types of imports on the React website: https://create-react-app.dev/docs/importing-a-component

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1