Skip to content

Commit cf7e1c1

Browse files
committed
Merge branch 'release/v2.0.0'
2 parents 49dd757 + d032c81 commit cf7e1c1

File tree

90 files changed

+16099
-22296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+16099
-22296
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ node_modules
22
.expo
33
dist
44
*.tgz
5-
android
6-
ios
7-
.yarn
5+
.yarn/*
6+
!.yarn/releases
7+
!.yarnrc.yml

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.6.4.cjs
4+
5+
nmHoistingLimits: workspaces # disable hoisting for all workspaces (causes issues with bare example)
6+

README.md

Lines changed: 81 additions & 52 deletions
Large diffs are not rendered by default.

example-bare/Gemfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

example-bare/app.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

example-bare/package.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

example-bare/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)