We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807de2f commit 77947dbCopy full SHA for 77947db
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 0.7.10
2
+
3
+## Update
4
+* Update RNChannelIO
5
+ * changed deployment target 10 -> 11
6
+ * changed dependency: "ChannelIOSDK", '~> 10'
7
8
+## Bug Fixes
9
+* Fixes an issue where both memberId and userId are omitted when using memberId and userId at the same time.
10
11
# 0.7.9
12
13
## Update
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.7.9",
+ "version": "0.7.10",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments