Nihar Rupareliya

Results 20 comments of Nihar Rupareliya

bump, i had to write my own Agenda (with Flashlist) and Expandable calendar.

Only solution to stop the above behavior that I found was to **ALWAYS** pass ``` disableWeekScroll={true} ``` to the `ExpandableCalendar` component (before I was only passing it when loading as...

Seeing this too with `"react-native": "0.73.3",` and `"@stripe/stripe-react-native": "^0.37.3",` ``` compileSdkVersion = 34 distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip ``` ``` exception IllegalStateException: Cannot locate windowRecomposer; View androidx.compose.ui.platform.ComposeView{ee7efb4 V.E...... ......I. 0,0-0,0 #7f0a0193 app:id/icon} is not...

+1 getting those too with `"react-native":"0.74.1"` and current latest version of the package `"@react-native-menu/menu": "^1.1.0",`. Will try and see if the patch works 🤞🏽 ### EDIT: Works wIth the below...

Hi @Kuljeet-123, When you say: > "Let me know where I might be going wrong." It's helpful to provide a reproducible repository or sample code (and the environment that you...

I am pretty sure that's by default (**_i will also let someone else confirm too_**), Here is a picture from README that talks about this: on android, it shows nice...

@Inbal-Tish @nitzanyiz - please have a look at this PR 🙏🏽

+1, not sure why this is getting ignored :(

Hey @OscarBlackbullion - check this guy out: https://github.com/wix/react-native-calendars/pull/2653 we were facing the same issue and had to patch it.