1.0.8 • Published 5 years ago

react-native-date-picker-light v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-native-date-picker-light

Date picker for react native, light and does not use modals (will work on all platforms)

This is the first implementation of this date picker. The date picker is controlled by arrows, it sits on the screen, and does not use modals (For react native windows).

Format: Before change of date

Format: After change of date

##Only dependencies are prop-types and moment-js.

There are various props that can be passed, I will soon add more modularity

the props allowed are

selected = function (returns the date and day)

depressedColor = String (color for when the date is selected (default color : #7d7c7b)

pressedColor = String (color for when the date is not selected) (default color : #fff)

dateFormat = String (String from the date formats available in moment js) (default format: "D")

iconSize = Number (changes the size of the arrows for navigation) (default size : 30)

##Release 1.0.7

1) found a bug in installation and corrected it. 2) Remove react native vector dependency. 3) Temp removed icon color prop. 4) using default props instead of ternary. 5) update versions of packages allowed to scope more versions.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago