You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vertical version works just fine inside my <Modal> without any weird behavior.
But when i set horizontal={true}, at first the Calendar gets rendered for a brief moment and i can see it but then it suddenly disappears.
The vertical version works just fine inside my
<Modal>
without any weird behavior.But when i set
horizontal={true}
, at first the Calendar gets rendered for a brief moment and i can see it but then it suddenly disappears.Here's my code:
i tried :
<View>
to horizontal<ScrollView>
BTW: it works outside my
Modal
and the normal<Calendar>
works too.The text was updated successfully, but these errors were encountered: