diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 11db637..c5eef2b 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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): @@ -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 diff --git a/example/package.json b/example/package.json index 48c932f..22d1c3a 100644 --- a/example/package.json +++ b/example/package.json @@ -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",