You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Features
Add a labelOffsetPercentage prop to control the distance between the label and each picker.
📈 Improvements
Improve the default styling of TimerPicker and TimerPickerModal to remove hacky sizing/positioning calculations based on font size and avoid FlatList width determination issues. This should solve some longstanding issues on certain Android devices (#50).
Pad numbers with a figure space instead of a standard space to fix alignment issue when padWithZero is set to false.
Make midnight appear as '12 AM' on the 12-hour picker rather than '0 AM' (according to convention) (#67).
Extract PickerItem into its own memoized component.