Skip to content

Commit

Permalink
Remove pod-install script (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Apr 12, 2024
1 parent 3f4f5d7 commit 4919dac
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 60 deletions.
1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ nmHoistingLimits: workspaces
nodeLinker: node-modules

plugins:
- path: scripts/pod-install.cjs
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ By default, the example is configured to build with the old architecture. To run
2. For iOS, run:

```sh
RCT_NEW_ARCH_ENABLED=1 yarn pod-install example/ios
cd example/ios && bundler install && RCT_NEW_ARCH_ENABLED=1 bundler exec pod install
yarn example ios
```

Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,12 +1111,12 @@ PODS:
- React-jsi (= 0.73.4)
- React-logger (= 0.73.4)
- React-perflogger (= 0.73.4)
- RNLiveMarkdown (0.1.52):
- RNLiveMarkdown (0.1.54):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- RNLiveMarkdown/common (= 0.1.52)
- RNLiveMarkdown/common (0.1.52):
- RNLiveMarkdown/common (= 0.1.54)
- RNLiveMarkdown/common (0.1.54):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1376,7 +1376,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: ed48e5faac6751e66ee1261c4bd01643b436f112
React-utils: 6e5ad394416482ae21831050928ae27348f83487
ReactCommon: 840a955d37b7f3358554d819446bffcf624b2522
RNLiveMarkdown: 35d7377d07dcf3e0ecfb1b202550f31829e1ae42
RNLiveMarkdown: 2f6f838a2089bd7337020a82800cb0c05c48c5d9
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70

Expand Down
3 changes: 1 addition & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/metro-config": "0.73.5",
"babel-plugin-module-resolver": "^5.0.0",
"pod-install": "^0.1.0"
"babel-plugin-module-resolver": "^5.0.0"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.7.0",
"pod-install": "^0.1.0",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.73.4",
Expand Down
40 changes: 0 additions & 40 deletions scripts/pod-install.cjs

This file was deleted.

11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,6 @@ __metadata:
"@react-native/metro-config": 0.73.5
babel-plugin-module-resolver: ^5.0.0
patch-package: ^8.0.0
pod-install: ^0.1.0
postinstall-postinstall: ^2.1.0
react: 18.2.0
react-native: 0.73.4
Expand Down Expand Up @@ -2429,7 +2428,6 @@ __metadata:
eslint-plugin-tsdoc: ^0.2.17
jest: ^29.6.3
jest-environment-jsdom: ^29.7.0
pod-install: ^0.1.0
prettier: 2.8.8
react: 18.2.0
react-native: 0.73.4
Expand Down Expand Up @@ -15830,15 +15828,6 @@ __metadata:
languageName: node
linkType: hard

"pod-install@npm:^0.1.0":
version: 0.1.39
resolution: "pod-install@npm:0.1.39"
bin:
pod-install: build/index.js
checksum: 200302341847251d4db25f950d15367f6f45f5358d87b18bf01054094f02b2572d007f73c8020b1565dd3e6b23f861965f9bad434873d3c8e834be0e7124fa3e
languageName: node
linkType: hard

"possible-typed-array-names@npm:^1.0.0":
version: 1.0.0
resolution: "possible-typed-array-names@npm:1.0.0"
Expand Down

0 comments on commit 4919dac

Please sign in to comment.