Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for distribution #2556

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

nzaghini-phorest
Copy link

@nzaghini-phorest nzaghini-phorest commented Nov 20, 2024

With this PR we introuduce the support for distributing our fork of react-native-calendars.

Compared to how we used to integrate the library, we now build it on this repository, and declare the dest folder as the folder that needs to be used and bundled for consumption by Ecomm.

This has several advantages: first we don't have to think about TS compiling at Ecomm side, just use the JS compiled and the types .d.ts generated. Second the bundles size of the web Ecomm becomes smaller as the TS is not bundled in the (first) chunk. This ideally should also reduce the size of the CodePush bundle.

Only note after the distribution happens we need to manually copy over the imgs since those

BEFORE
Screenshot 2024-11-20 at 15 06 06

AFTER
Screenshot 2024-11-20 at 15 07 54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant