Skip to content

Commit 78c2144

Browse files
authored
Merge pull request #58 from troberts-28/release/v2.2.0
Release/v2.2.0
2 parents 9a171f1 + 22439f6 commit 78c2144

Some content is hidden

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

69 files changed

+3771
-5177
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install react
2424
run: yarn add react@18.2.0 -D
2525
- name: Install react-native
26-
run: yarn add react-native@0.73.1 -D
26+
run: yarn add react-native@0.72.0 -D
2727
- name: Install dependencies
2828
run: yarn install
2929
- name: Test

.yarn/releases/yarn-4.6.0.cjs

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

.yarn/releases/yarn-4.9.1.cjs

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

.yarnrc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
nodeLinker: node-modules
2-
3-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
1+
nmHoistingLimits: workspaces
42

5-
nmHoistingLimits: workspaces # disable hoisting for all workspaces (causes issues with bare example)
3+
nodeLinker: node-modules
64

5+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

README.md

Lines changed: 227 additions & 152 deletions
Large diffs are not rendered by default.

babel.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module.exports = {
22
presets: ["module:metro-react-native-babel-preset"],
3-
plugins: [
4-
["@babel/plugin-transform-flow-strip-types", { loose: true }],
5-
["@babel/plugin-transform-class-properties", { loose: true }],
6-
["@babel/plugin-transform-private-methods", { loose: true }],
7-
],
83
};

examples/example-bare/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ local.properties
3333
.cxx/
3434
*.keystore
3535
!debug.keystore
36+
.kotlin/
3637

3738
# node.js
3839
#

examples/example-bare/App.js

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

0 commit comments

Comments
 (0)