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
I'd like to add some sort of event markers like this:
Would it be possible to expose an API for this? I'm happy to help with a PR. Even a renderDayMarker({ date }) function would suffice to avoid the lib having to build a whole UI. The only concern would be making sure it's still performant, but this is doable with the FlatList's extraData prop.
The text was updated successfully, but these errors were encountered:
I'd like to add some sort of event markers like this:
Would it be possible to expose an API for this? I'm happy to help with a PR. Even a
renderDayMarker({ date })
function would suffice to avoid the lib having to build a whole UI. The only concern would be making sure it's still performant, but this is doable with the FlatList'sextraData
prop.The text was updated successfully, but these errors were encountered: