'Unable to resolve module ./list/ListItem from E:\socal project\social-app\node_modules\react-native-elements\dist\index.js:
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 |
