Carl Bleick
Carl Bleick
If I correctly understand these changes, wouldn't the original delegate always get called instead of the notifee handler? E.g when I use react-native-firebase? Should there be an option to toggle...
This should be fixed in RN 0.72 and is not be connected to this library afaik. Or does something prevent you from upgrading your React Native Version?
@KalAvroniev good to know I'm not alone with that issue. NIce observation that the bug is only occurring with a newer react-native version (>0.70 or >0.71?). I already tried to...
@KalAvroniev I just added your debounce fix and it worked. Interestingly I only used and debounced the `onMonthChange` callback and it still fixes the problem. Sadly by delaying the changes...
Are there any plans to open a PR for that? As far as I can see the current changes are only present on a branch. I would definitely love to...
@poinch I added the debounce inside my own code, like this: ``` // debounce the callback to prevent an infinite swiping bug: // https://github.com/wix/react-native-calendars/issues/2353#issuecomment-1844676692 const onMonthChanged = useCallback( debounce((date: DateData)...
I upgraded to `"react-native-calendars": "1.1313.0"` today and applied this PR to fix the invisible ExpandableCalendar. While everything was working fine on iOS, I had a styling issue on Android because...
I have not tested it yet but both zod and tanstack router support standard schema, so I would assume it just works? The docs say arktype doesn't need an adapter...
Just received this error again and according to my logs the document did not get any other update during that time (the next update for the document occurred 1 minute...
@ilya-allclear I will keep you updated. Are you using the same SDK versions? `firebase-admin: 12.1.1` `@google-cloud/firestore: 7.9.0` `firebase-functions: 5.0.1`