dilipchandima / rn-select-date-range

A simple and fully customizable React Native date range picker component
https://www.npmjs.com/package/rn-select-date-range
MIT License
23 stars 30 forks source link

Add clear/confirm action handlers, add button text props #14

Closed veax closed 2 years ago

veax commented 2 years ago

Hello, thanks for this lib, I think it will be useful to add button to confirm selection (for exemple in my case I show this component as popup on overlay and I wanted to click OK button to close popup). It's also related to #12

So this PR add:

Thanks for your attention

dilipchandima commented 2 years ago

@veax merged and published as v3.3.0

Can you please check if it is working fine with your app? and update here :)

veax commented 2 years ago

@dilipchandima yes, it's works as expected, thanks for merge :)