Skip to content

Commit

Permalink
Release 2.5.1 (hyochan#189)
Browse files Browse the repository at this point in the history
* Upgrade example project to recent RN

* Resolve hyochan#157 once again

* Release 2.5.1
  • Loading branch information
hyochan authored Apr 20, 2020
1 parent 82daf69 commit 4b254b9
Show file tree
Hide file tree
Showing 7 changed files with 1,513 additions and 982 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changelogs
- **[2.5.1]**
- Resolve [#157](https://github.com/dooboolab/react-native-audio-recorder-player/issues/157), android path problem once again.
- **[2.5.0]**
- Handle stop once player is paused [#169](https://github.com/dooboolab/react-native-audio-recorder-player/pull/169)
- Add custom path for ios [#168](https://github.com/dooboolab/react-native-audio-recorder-player/pull/168)
Expand Down
2 changes: 1 addition & 1 deletion Example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target 'RNAudioRecorderPlayerEx' do
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

Expand Down
Loading

0 comments on commit 4b254b9

Please sign in to comment.