stephy / CalendarPicker

CalendarPicker Component for React Native
802 stars 371 forks source link

Issue in migrating from @6.1.4 to @7.0.0 #233

Closed saaketnarnolia closed 4 years ago

saaketnarnolia commented 4 years ago

Getting this issue when migrated from @6.1.4 to @7.0.0

Loading dependency graph...error Unable to resolve module ./Swiper from /Volumes/workplace/INPayments/src/INPaymentsMerchantAppCoreJS/node_modules/react-native-calendar-picker/CalendarPicker/index.js: The module ./Swiper could not be found from /Volumes/workplace/INPayments/src/INPaymentsMerchantAppCoreJS/node_modules/react-native-calendar-picker/CalendarPicker/index.js. Indeed, none of these files exist:

peacechen commented 4 years ago

Swiper was deprecated due to the introduction of scrollable. That error is usually caused by stale node_modules or packager's cache.

https://github.com/stephy/CalendarPicker/issues/217#issuecomment-662475755

saaketnarnolia commented 4 years ago

Sure, will try to check it today and update here.

saaketnarnolia commented 4 years ago

I am able to integrate now. Thanks 👍