pipizhu
pipizhu
awesome!
> Do you know how to navigate to the nextTab and previousTab with J and K? i think ctrl+tab works better.
Now I'm getting used to just using ctrl-z 🫠
> I had same problem here. After a bit of browsing of the code I found the removeControlCharacter flag and setting that to false seems to fix the issue. Note...
Maybe someone doesn't want add a patch for this. I just add a simple temporary fix to avoid this warning: ``` // @ts-ignore fix for defaultProps warning: https://github.com/wix/react-native-calendars/issues/2455 ExpandableCalendar.defaultProps =...