Skip to content

Commit 4b254b9

Browse files
authored
Release 2.5.1 (hyochan#189)
* Upgrade example project to recent RN * Resolve hyochan#157 once again * Release 2.5.1
1 parent 82daf69 commit 4b254b9

File tree

7 files changed

+1513
-982
lines changed

7 files changed

+1513
-982
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Changelogs
2+
- **[2.5.1]**
3+
- Resolve [#157](https://github.com/dooboolab/react-native-audio-recorder-player/issues/157), android path problem once again.
24
- **[2.5.0]**
35
- Handle stop once player is paused [#169](https://github.com/dooboolab/react-native-audio-recorder-player/pull/169)
46
- Add custom path for ios [#168](https://github.com/dooboolab/react-native-audio-recorder-player/pull/168)

Example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ target 'RNAudioRecorderPlayerEx' do
2626
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
2727
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
2828
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
29-
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
29+
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
3030
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
3131
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
3232

0 commit comments

Comments
 (0)