[ Package conformance ]

UI Components · >=5.0.0

react-native-date-picker

native-seam only — the real package JS runs from the bundle; requireNativeComponent('RNDatePicker') resolves to the engine's UIDatePickerStyleWheels implementation (canvas wheel columns with drag/fling/snap physics, selection capsule, edge fade, locale-ordered date parts via Intl, light/dark/auto theme). onChange emits the upstream { timestamp: ms } contract on wheel settle.
90%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (14)
DatePicker (inline)dateonDateChangemode (date/time/datetime)locale (month namesy/m/d column order12/24h cycleday-period labels)minimumDatemaximumDate (settle-clamp bounce)minuteIntervaltimeZoneOffsetInMinutestextColortheme
Missing (4)
modal/open mode (NativeModules.RNDatePicker openPicker seam is a no-op; onConfirm/onCancel never fire)wheel wrap-around for month/day columnscylindrical row compression (edge fade only)datetime day wheel spans min/max or ±2 years instead of the UIKit range