Skip to content

Commit

Permalink
chore: add easy command to sync iOS pods in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
dprevost-LMI committed Nov 9, 2024
1 parent f8a613c commit 891a7c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ PODS:
- React-jsinspector (0.72.7)
- React-logger (0.72.7):
- glog
- react-native-audio-waveform (1.0.0):
- react-native-audio-waveform (2.1.1):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-safe-area-context (4.11.0):
Expand Down Expand Up @@ -743,7 +743,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: c49502e5d02112247ee4526bc3ccfc891ae3eb9b
React-jsinspector: 8baadae51f01d867c3921213a25ab78ab4fbcd91
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
react-native-audio-waveform: 7cdb6e4963eeae907240396975b9c79713591758
react-native-audio-waveform: 351a96a6b413c70b096347c880910dc35b6367b7
react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a
Expand Down
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"ios:pods": "bundle exec pod install --project-directory=ios",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
Expand Down

0 comments on commit 891a7c5

Please sign in to comment.