praneetrohida / Twitter-Clone

MIT License
460 stars 188 forks source link

got error: Module not found: Can't resolve './Picker' #33

Open yogeenloriya opened 3 years ago

yogeenloriya commented 3 years ago

On Windows 10 run the below commands.

  1. npm start serve
  2. npm start
    • Select Run in the Web browser

Getting below error,

Failed to compile.
C:/workspace/react/Twitter-Clone-master/Twitter-Clone-master/native-base-theme/components/ListItem.js
Module not found: Can't resolve './Picker' in 'C:\workspace\react\Twitter-Clone-master\Twitter-Clone-master\native-base-theme\components'
onlyname0 commented 3 years ago

Same problem here. Did you manage to get the web browser running?

yogeenloriya commented 3 years ago

Not yet, looks like during commits some components are removed so I am looking into that if I can find something in the old commits. Let me know if you can fix it or how I can fix it?