Skip to content

Commit 2879d0a

Browse files
authored
feat: remove pod-install dependency (#934)
* feat: remove pod-install dependency * chore: update lock * fix: ci
1 parent b45bc42 commit 2879d0a

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install example Pods
4949
run: bun pods
50-
working-directory: example/ios
50+
working-directory: example
5151

5252
- name: Install Maestro CLI
5353
run: |

bun.lockb

-376 Bytes
Binary file not shown.

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ SPEC CHECKSUMS:
21502150
RNScreens: 2fe13c8d610ef2d9d5ace2e7d85b716ec0f5217c
21512151
RNSVG: 536cd3c866c878faf72beaba166c8b02fe2b762b
21522152
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2153-
Yoga: 3deb2471faa9916c8a82dda2a22d3fba2620ad37
2153+
Yoga: f6dc1b6029519815d5516a1241821c6a9074af6d
21542154

21552155
PODFILE CHECKSUM: c21f5b764d10fb848650e6ae2ea533b823c1f648
21562156

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start": "react-native start",
7-
"pods": "pod-install --quiet",
7+
"pods": "pod install --project-directory=ios",
88
"test": "jest",
99
"lint": "eslint .",
1010
"mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\"",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"eslint-plugin-prettier": "^4.0.0",
7373
"jest": "^29.6.3",
7474
"metro-react-native-babel-preset": "^0.77.0",
75-
"pod-install": "^0.1.0",
7675
"prettier": "^2.4.1",
7776
"react": "18.3.1",
7877
"react-native": "0.76.3",

0 commit comments

Comments
 (0)