BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
939 stars 327 forks source link

Feature request: testIDs and accessibilityLabels for the WeekSelectors and CalendarHeader #205

Closed pavermakov closed 4 years ago

pavermakov commented 4 years ago

It would be nice to have these attributes for the automation testing.

peacechen commented 4 years ago

Please submit a PR. I recommend adding props that pass through props to the WeekSelector and CalendarHeader. For example, weekSelectorPassThruProps and calendarHeaderPassThruProps.