react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows
MIT License
2.51k stars 406 forks source link

Warning: support for defaultProps will be removed #925

Open Kaosc opened 2 months ago

Kaosc commented 2 months ago

I have swithced to expo sdk 51 with react native 0.74.5 on Android 14. The below warning started to popup on render of the <DateTimePickerModal />

Warning: Unknown: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.

Environment info

SDKs:
  Android SDK:
    API Levels:
      - "33"
      - "34"
      - "35"
    Build Tools:
      - 33.0.1
      - 34.0.0
      - 35.0.0
    System Images:
      - android-34 | Google Play Intel x86_64 Atom
      - android-35 | Google Play Intel x86_64 Atom
    Android NDK: Not Found
  Windows SDK: Not Found
Languages:
  Java: 17.0.11
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.74.5
    wanted: 0.74.5
  react-native-windows: Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

datetimepicker version: 8.2.0

aljadan commented 2 months ago

@Kaosc if you are using react-native-modal-datetime-picker, make sure to update to the latest version, it resolves this issue