milan-digiuseppe-level

Results 2 issues of milan-digiuseppe-level

### Description Nesting a `Pressable` component inside a `Swipeable` works as expected on mobile: 1. tapping the `Pressable` content fires its `onPress` ✅ 2. swiping the `Swipeable` works as expected...

Platform: Web
Platform: iOS
Repro provided

# Description Addresses [this issue](https://github.com/stephy/CalendarPicker/issues/283) where invoking the `handleOnPressDay(date)` method doesn't update the visible month to the one that contains `date`. # Changes - updated `handleOnPressDay` method to set `currentMonth/Year`...