akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Unable to resolve module ./calendar/service/date.service #1665

Open imoempire opened 1 year ago

imoempire commented 1 year ago

💬 Question

I am not using any calendar component in my expo project but it Screenshot_1667218816 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
mleungwsu commented 1 year ago

I have the same problem recently after clearing cache and a clean npm install.

greenfrvr commented 1 year ago

@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?

imoempire commented 1 year ago

Yes I did start the sever

greenfrvr commented 1 year ago

@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