xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 727 forks source link

Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps #457

Open eyupsincar opened 2 years ago

eyupsincar commented 2 years ago

Rename componentWillReceiveProps to UNSAFEcomponentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE name will work. To rename all deprecated lifecycles to their new names, you can run npx react-codemod rename-unsafe-lifecycles in your project source folder.

Please update the following components: %s, DatePicker

olawalejuwonm commented 2 years ago

is the library still managed?

olawalejuwonm commented 2 years ago

is the library still managed?