Skip to content

Commit 4ed488f

Browse files
authored
Drop monkeypatch for boost (#47)
1 parent 3b56c13 commit 4ed488f

File tree

5 files changed

+196
-2142
lines changed

5 files changed

+196
-2142
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ runs:
3131
3232
- name: Install dependencies
3333
if: steps.yarn-cache.outputs.cache-hit != 'true'
34-
run: yarn install --immutable && yarn postinstall
34+
run: yarn install --immutable
3535
shell: bash

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"pod-install": "NO_FLIPPER=1 pod-install",
2222
"snapshot": "./scripts/create_snapshot",
2323
"turbo": "turbo",
24-
"test": "jest",
25-
"postinstall": "patch-package"
24+
"test": "jest"
2625
},
2726
"devDependencies": {
2827
"@babel/core": "^7.20.0",
@@ -39,12 +38,10 @@
3938
"babel-jest": "^29.7.0",
4039
"eslint": "^8.19.0",
4140
"jest": "^29.2.1",
42-
"patch-package": "^8.0.0",
4341
"pod-install": "^0.1.39",
44-
"postinstall-postinstall": "^2.1.0",
4542
"prettier": "^2.4.1",
4643
"react": "^18.2.0",
47-
"react-native": "0.72.8",
44+
"react-native": "0.72.9",
4845
"react-native-dotenv": "^3.4.9",
4946
"react-native-gradle-plugin": "^0.71.19",
5047
"react-test-renderer": "18.2.0",

0 commit comments

Comments
 (0)