Peace

Results 289 comments of Peace

The original author (@stephy) has not been responsive to adding more maintainers for this project. I unfortunately have not had time to continue working on this. Please submit a PR...

Good to hear that you've been using this library successfully. The issue you described sounds like a state bug. Are you passing in the prop `selectedStartDate` ? If not, try...

Thanks for the PR @kunuit Please share a screenshot of the intended for this prop and update the Readme detailing how to use it. It looks like you used an...

@fungilation Do touch events register on the sticky header area? To test this, it needs to contain a touchable component listening for events. What version of RN are you using?...

👍 The static header height values are inflexible for dynamic content or responsive layout in the headers. `onLayout` could be leveraged by this library to automatically detect the size of...

Not sure if this is related, but I found that on iPads running iOS 11, "Requires full screen" must be set for the lock orientation calls to work. https://github.com/yamill/react-native-orientation/pull/21#issuecomment-165923722

We're deciding between Rust and Go to implement GraphQL sub-graphs. The Apollo page lists Rust as having very little Fed2 support: https://www.apollographql.com/docs/federation/supported-subgraphs/#rust Will this library be updated regularly? Is it...

Fair enough. What that means is this project isn't ready for production use.

@leebenson > That's terribly unfair. Many companies and projects are using it successfully in production. If your particular use-case isn't answered, perhaps you could consider sponsoring the project or contributing...

I switched to [Material-UI datepicker](https://material-ui.com/components/pickers/) which allows individually styling instances. The API is different and takes some learning, but it's very powerful and looks great.