Skip to content

Commit 6809835

Browse files
committed
feat: use pod-install
1 parent f373405 commit 6809835

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,4 +2008,4 @@ SPEC CHECKSUMS:
20082008

20092009
PODFILE CHECKSUM: bcfd7840a8f657993e5e9504fdac2d1397cbc14a
20102010

2011-
COCOAPODS: 1.15.2
2011+
COCOAPODS: 1.16.2

example/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier --check \"**/*.{js,ts,tsx}\"",
1616
"format:fix": "prettier --write \"**/*.{js,ts,tsx}\"",
1717
"start": "react-native start",
18-
"pods": "RCT_NEW_ARCH_ENABLED=1 bundle exec pod install --project-directory=ios",
18+
"pods": "RCT_NEW_ARCH_ENABLED=1 pod-install",
1919
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
2020
"build:ios": "cd ios && xcodebuild -workspace QuickCrytpExample.xcworkspace -scheme QuickCrytpExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
2121
},
@@ -64,7 +64,8 @@
6464
"@types/react-test-renderer": "18.3.0",
6565
"babel-jest": "29.7.0",
6666
"babel-plugin-module-resolver": "5.0.2",
67-
"jest": "29.7.0"
67+
"jest": "29.7.0",
68+
"pod-install": "^0.3.9"
6869
},
6970
"engines": {
7071
"node": ">=18"

0 commit comments

Comments
 (0)