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
@duyluonglc I see on the iOS simulator, when swiping in either direction, sometimes I see blank screens. It looks to me like this is because we are using the onMomentumScrollEnd and setState to set the current date.
I think we might be able to achieve the same result without using setState and instead have VirtualizedList 'ask' for the items we wish to render for the given day/index in the calendar.
sorry @joshyhargreaves I'm too busy with projects. I saw the delay issue, and sometime it shows blank screen. But have no solution. Let try your way and let me know result
@duyluonglc I see on the iOS simulator, when swiping in either direction, sometimes I see blank screens. It looks to me like this is because we are using the
onMomentumScrollEnd
andsetState
to set the current date.I think we might be able to achieve the same result without using
setState
and instead haveVirtualizedList
'ask' for the items we wish to render for the given day/index in the calendar.What do you think @duyluonglc ?
The text was updated successfully, but these errors were encountered: