When used with react native navigation, date pickers only work the first time they are rendered, once you go to another screen, and go back they no longer work, i tried debugging the code and even the setters for the component props no longer trigger.
idk if this helps but i tried changing the ViewCompositionStrategy to DisposeOnDetachedFromWindowOrReleasedFromPool and got the same issue, but opening the drawer somehow refreshes it and it starts to work again.
Thanks btw for the great library, i will provide a reproduction repo tomorrow night