react-native-calendars icon indicating copy to clipboard operation
react-native-calendars copied to clipboard

Does this library work with the Web version ?

Open pxim opened this issue 3 years ago • 6 comments

Description

Does this library work with the Web version ?

pxim avatar Dec 27 '21 01:12 pxim

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.

yairopro avatar Jan 19 '22 16:01 yairopro

Any chance web support is coming soon?

sirshad01 avatar Jan 28 '22 15:01 sirshad01

Can you give more details @yairopro? What do we need to do to help you and make this work on web?

belgamo avatar Mar 29 '22 23:03 belgamo

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.

yairopro avatar Mar 31 '22 09:03 yairopro

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.

stale[bot] avatar Jul 02 '22 00:07 stale[bot]

No stale

yairopro avatar Jul 04 '22 13:07 yairopro

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.

stale[bot] avatar Oct 09 '22 04:10 stale[bot]

No stale

yairopro avatar Oct 25 '22 06:10 yairopro

not stale wondering if this will be supported, appears certain things will not work such as onVisibleMonthsChange on web

solarstar101 avatar Nov 07 '22 21:11 solarstar101

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.

stale[bot] avatar Feb 11 '23 15:02 stale[bot]

This is not completely finished and should not be stale. There are still issues on the web version.

TNAJanssen avatar Aug 04 '23 07:08 TNAJanssen