breeffy / react-native-monorepo

Monorepo with UI components.
Apache License 2.0
184 stars 8 forks source link

Event markers #32

Open nandorojo opened 3 years ago

nandorojo commented 3 years ago

I'd like to add some sort of event markers like this:

image

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.