Henning Hall
6e18f6de6b
chore: installation error message ( #716 )
* installation error messages
* cleanup
* setup node v3
1 year ago
Henning Hall
856702785f
fix: listener error on android new arch ( #701 )
1 year ago
Henning Hall
f734ae2d51
chore: remove prop-types dependency ( #691 )
2 years ago
Henning Hall
9c448b2cba
feat: support react native's new architecture ( #678 )
2 years ago
Antoine Cottineau
074dd6dc20
Support HSL colors ( #679 )
* refactor: split rgb parsing and convertion in two functions
This will be useful for the following as we will need a function to convert from hsl to hex. To do that, we'll need a function to convert from hsl to rgb and then from rgb to hex. So, this commit helps us reuse the code for doing the last step.
* feat: add support for hsl colors
* refactor: rename test file
2 years ago
Henning Hall
40e74b2706
fix(android): min/max dates not always correct when `timezoneOffsetInMinutes` is set ( #635 )
2 years ago
Henning Hall
12de914256
fix: support rendering on unsupported platforms ( #629 )
2 years ago
Henning Hall
b8855aca87
fix: prevent closing parent modal on picker modal close ( #611 )
* fix: modal in modal issue
* chore: fix xcode warnings
* refactor open/close modal logic
2 years ago
aureosouza
c0d6fe9345
Adds closePicker function ( #602 )
Co-authored-by: Henning Hall <henning.hall@hotmail.com>
2 years ago
Henning Hall
ac99256a84
Support dark theme by default ( #547 )
3 years ago
Tuan Nguyen Anh
8233d9f497
Remove unused import ( #515 )
* Remove unused import
* Update DatePickerIOS.js
3 years ago
Henning Hall
54b01b7279
remove usage of ViewPropTypes ( #500 )
3 years ago
simon-abbott
b0280c82b0
feat: allow overriding the iOS modal theme (light/dark) ( #465 )
3 years ago
Henning Hall
d221f91a20
Fix: Modal opens multiple times ( #455 )
3 years ago
Henning Hall
9aa20c2220
fix: date changes for all mounted android modal pickers ( #399 )
3 years ago
Henning Hall
1f1efe5f18
feat: modal ( #376 )
4 years ago
Henning Hall
9cfaec0161
chore: make date prop required in typescript + move d.ts file to root ( #375 )
4 years ago
Henning Hall
2a9be30f6e
fix: android native variant min/max scrolling issues ( #286 )
* fix: native android variant min/max dates scrolling issues
* add prop check
* keep track of animating state
* update github actions
* temp test
* change work dir
* restore compile sdk
4 years ago
Henning Hall
c09da746b0
bugfix: fadeToColor none
4 years ago
Kent Andersen
ba3705c3b4
Removed dependency to moment.js ( #242 )
4 years ago
Henning Hall
21c054a8e0
center 24h time mode wheels ( #237 )
5 years ago
Henning Hall
adb4d8e25c
add is24hourSource prop ( #231 )
5 years ago
Henning Hall
fa0e40b861
divider height prop ( #220 )
5 years ago
Henning Hall
24e228d7c0
support different color formats ( #219 )
5 years ago
Mars Lan
4f6b4835eb
Add missing androidVariant prop
5 years ago
Henning Hall
7fee84ab52
Bugfix: Prevent NullpointerException for some locales by using hard coded formats ( #204 )
5 years ago