refactor: components cdn (#1110)

* refactor(wip): separate components files into zips and assets dir

* refactor(wip): use new components package and cdn in mobile

* chore: add components to metro config

* chore: bump snjs with new web assets path

* refactor: exclude package.json files recursively from being copied into components dist folder to avoid conflicts with react native duplicates
This commit is contained in:
Mo 2022-06-15 16:00:23 -05:00 committed by GitHub
parent d7b61e0376
commit 566f6e1432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
633 changed files with 295 additions and 1065 deletions

View file

@ -37,7 +37,7 @@ jobs:
working-directory: packages/components
- name: Commit Components
run: |
node packages/components/scripts/package-components.mjs
node packages/components/scripts/package.mjs
git add .
(git commit -m 'chore(release): components') || true

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
packages/components/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
tmp

Some files were not shown because too many files have changed in this diff Show more