react-native-calendars
react-native-calendars copied to clipboard
Does this library work with the Web version ?
Description
Does this library work with the Web version ?
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 like a charm.
Any chance web support is coming soon?
Can you give more details @yairopro? What do we need to do to help you and make this work on web?
Hi @belgamo
I made a PR #1849
If you wish to use it now on web, you can just set in your package.json
"dependencies": {
"react-native-calendars": "yairopro/react-native-calendars#01216e24454aeaa3502e18bfe0e302f56fdd681c",
}
It's a commit with the PR's code compiled, I currently use it for production.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
No stale
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
No stale
not stale wondering if this will be supported, appears certain things will not work such as onVisibleMonthsChange on web
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is not completely finished and should not be stale. There are still issues on the web version.