Yair
Yair
@tomer-dev I cannot confirm if the issue happens for the browser zoom. But I can confirm that it happens when using `transform: scale` css. _In the project I work, we...
Solution which worked for me: I cleaned the cache `yarn cache clean` & then removed the dependency from package.json, and rerun `yarn add[package]`.
I confirm that the `Calendar` component is hard to swipe **on android**. On iOS, it's much easier. https://user-images.githubusercontent.com/8110568/150860046-08b22a34-ba79-469d-9c12-ea198670c425.mp4
Almost. Since react-scripts removes the `propTypes` fields from third party components in the production build (and this library uses them at run-time), it cannot be shipped though it works locally...
Hi @belgamo I made a PR #1849 If you wish to use it now on web, you can just set in your `package.json` ```json "dependencies": { "react-native-calendars": "yairopro/react-native-calendars#01216e24454aeaa3502e18bfe0e302f56fdd681c", } ```...
Made the PR on the `release` branch https://github.com/wix/react-native-calendars/pull/1849
Updated to master