Skip to content

Commit 4919dac

Browse files
authored
Remove pod-install script (#299)
1 parent 3f4f5d7 commit 4919dac

File tree

7 files changed

+6
-60
lines changed

7 files changed

+6
-60
lines changed

.yarnrc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ nmHoistingLimits: workspaces
33
nodeLinker: node-modules
44

55
plugins:
6-
- path: scripts/pod-install.cjs
76
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
87
spec: "@yarnpkg/plugin-interactive-tools"
98
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ By default, the example is configured to build with the old architecture. To run
5858
2. For iOS, run:
5959

6060
```sh
61-
RCT_NEW_ARCH_ENABLED=1 yarn pod-install example/ios
61+
cd example/ios && bundler install && RCT_NEW_ARCH_ENABLED=1 bundler exec pod install
6262
yarn example ios
6363
```
6464

example/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1111,12 +1111,12 @@ PODS:
11111111
- React-jsi (= 0.73.4)
11121112
- React-logger (= 0.73.4)
11131113
- React-perflogger (= 0.73.4)
1114-
- RNLiveMarkdown (0.1.52):
1114+
- RNLiveMarkdown (0.1.54):
11151115
- glog
11161116
- RCT-Folly (= 2022.05.16.00)
11171117
- React-Core
1118-
- RNLiveMarkdown/common (= 0.1.52)
1119-
- RNLiveMarkdown/common (0.1.52):
1118+
- RNLiveMarkdown/common (= 0.1.54)
1119+
- RNLiveMarkdown/common (0.1.54):
11201120
- glog
11211121
- RCT-Folly (= 2022.05.16.00)
11221122
- React-Core
@@ -1376,7 +1376,7 @@ SPEC CHECKSUMS:
13761376
React-runtimescheduler: ed48e5faac6751e66ee1261c4bd01643b436f112
13771377
React-utils: 6e5ad394416482ae21831050928ae27348f83487
13781378
ReactCommon: 840a955d37b7f3358554d819446bffcf624b2522
1379-
RNLiveMarkdown: 35d7377d07dcf3e0ecfb1b202550f31829e1ae42
1379+
RNLiveMarkdown: 2f6f838a2089bd7337020a82800cb0c05c48c5d9
13801380
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
13811381
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70
13821382

example/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"@babel/runtime": "^7.20.0",
2020
"@react-native/babel-preset": "0.73.21",
2121
"@react-native/metro-config": "0.73.5",
22-
"babel-plugin-module-resolver": "^5.0.0",
23-
"pod-install": "^0.1.0"
22+
"babel-plugin-module-resolver": "^5.0.0"
2423
},
2524
"engines": {
2625
"node": ">=18"

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"eslint-plugin-tsdoc": "^0.2.17",
8888
"jest": "^29.6.3",
8989
"jest-environment-jsdom": "^29.7.0",
90-
"pod-install": "^0.1.0",
9190
"prettier": "2.8.8",
9291
"react": "18.2.0",
9392
"react-native": "0.73.4",

scripts/pod-install.cjs

-40
This file was deleted.

yarn.lock

-11
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,6 @@ __metadata:
23752375
"@react-native/metro-config": 0.73.5
23762376
babel-plugin-module-resolver: ^5.0.0
23772377
patch-package: ^8.0.0
2378-
pod-install: ^0.1.0
23792378
postinstall-postinstall: ^2.1.0
23802379
react: 18.2.0
23812380
react-native: 0.73.4
@@ -2429,7 +2428,6 @@ __metadata:
24292428
eslint-plugin-tsdoc: ^0.2.17
24302429
jest: ^29.6.3
24312430
jest-environment-jsdom: ^29.7.0
2432-
pod-install: ^0.1.0
24332431
prettier: 2.8.8
24342432
react: 18.2.0
24352433
react-native: 0.73.4
@@ -15830,15 +15828,6 @@ __metadata:
1583015828
languageName: node
1583115829
linkType: hard
1583215830

15833-
"pod-install@npm:^0.1.0":
15834-
version: 0.1.39
15835-
resolution: "pod-install@npm:0.1.39"
15836-
bin:
15837-
pod-install: build/index.js
15838-
checksum: 200302341847251d4db25f950d15367f6f45f5358d87b18bf01054094f02b2572d007f73c8020b1565dd3e6b23f861965f9bad434873d3c8e834be0e7124fa3e
15839-
languageName: node
15840-
linkType: hard
15841-
1584215831
"possible-typed-array-names@npm:^1.0.0":
1584315832
version: 1.0.0
1584415833
resolution: "possible-typed-array-names@npm:1.0.0"

0 commit comments

Comments
 (0)