Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pod-install script #299

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -88,7 +88,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 @@ -2430,7 +2429,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 @@ -15831,15 +15829,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
Loading