Unable to resolve module ./calendar/service/date.service
💬 Question
I am not using any calendar component in my expo project but it
is showing me this:
Unable to resolve module ./calendar/service/date.service from @ui-kitten\components\ui\index.js:
UI Kitten and Eva version
| Package | Version |
|---|---|
| @eva-design/eva | 2.1.1 |
| @ui-kitten/components | 5.1.2 |
I have the same problem recently after clearing cache and a clean npm install.
@mleungwsu can you please confirm, that development server was started? according to error it might be that it was not. did you executed expo start command?
Yes I did start the sever
@imoempire is it possible to share some sample project where we can try to reproduce the issue? for now it looks that it might be some local issue with dependencies/imports, not sure how can I help at this stage