BugiDev / react-native-calendar-strip

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

Is it possible to get week days on left or right icon? #256

Open ganesh-papola opened 3 years ago

ganesh-papola commented 3 years ago

I wanted to fetch current starting week day date or name, or if we can add any action for the first day of week on left / right button?

peacechen commented 3 years ago

A new method will need to be added to get the state variable startingDate. Please submit a PR.

There is a prop you could try onWeekChanged https://github.com/BugiDev/react-native-calendar-strip#props

ganesh-papola commented 3 years ago

@peacechen I tried with onWeekChanged prop. It is giving me wrong startDate/endDate

peacechen commented 3 years ago

Read the documentation thoroughly. It will help to debug this if you post a sample project on Expo Snack or CodeSandbox https://snack.expo.io/ https://codesandbox.io/s/q4qymyp2l6

You can also use the example project in this repo and post the exact code snippet of <CalendarStrip> that recreates the bug.