stephy / CalendarPicker

CalendarPicker Component for React Native
787 stars 369 forks source link

error ViewPropTypes has been removed from React Native #326

Open EloiseIncrociati opened 1 year ago

EloiseIncrociati commented 1 year ago

Calendar picker worked well until yesterday. Then, when i want to use it, i have the error : "Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'" I tried to migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types', by edit the files module, but the error is still here, cause then it said me that its undefined.

HumanDoc commented 1 year ago

same

peacechen commented 1 year ago

The original author (@stephy) has not been responsive to adding more maintainers for this project. I unfortunately have not had time to continue working on this. Please submit a PR and I'll review & merge. Check that it doesn't break with older versions of RN.