xgfe / react-native-datepicker

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

I got warnning #412

Closed rom529 closed 4 years ago

rom529 commented 4 years ago

Issue

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Expected Behavior

Code

Environment

  1. react-native -v:
  2. node -v:
  3. npm -v:
  4. yarn --version:
  5. target platform: Android | iOS
  6. operating system:
GabrielDvt commented 4 years ago

I got the same warning

rom529 commented 4 years ago

I solved that when I used "https://github.com/react-native-community/datetimepicker"