Skip to content

Commit

Permalink
Roll back OpenTok iOS SDK to 2.23.1 (#665)
Browse files Browse the repository at this point in the history
* Roll back OpenTok iOS SDK to 2.23.1

* Minor docs edits
  • Loading branch information
jeffswartz authored Apr 13, 2023
1 parent 14c136a commit 351d3fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.21.3
# 0.21.4 (April 12 2023)

- [Update]: Revert OpenTok iOS SDK back 2.23.1. There are issues with
linked libraries in the OpenTok iOS SDK v2.24.0+ that cause
issues when used in React Native. We are working on a bug fix.

# 0.21.3 (March 2023)

- [Update]: iOS SDK to 2.24.2 and Android to 2.24.2 - issue #629

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you've installed this package before, you may need to edit your `Podfile` and
target '<YourProjectName>' do
# Pods for <YourProject>
pod 'OpenTok', '2.20.0'
pod 'OpenTok', '2.23.1'
end
```
Expand Down
2 changes: 1 addition & 1 deletion opentok-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,swift}"

s.dependency 'React'
s.dependency 'OTXCFramework','2.24.2'
s.dependency 'OTXCFramework','2.23.1'
end
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentok-react-native",
"version": "0.21.3",
"version": "0.21.4",
"description": "React Native components for OpenTok iOS and Android SDKs",
"main": "src/index.js",
"homepage": "https://www.tokbox.com",
Expand Down

0 comments on commit 351d3fc

Please sign in to comment.