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.
2 parents df51e0c + d4269b5 commit 28813d7Copy full SHA for 28813d7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.7.6
2
+
3
+## Bug Fixes
4
+* Fix RN issue - https://github.com/facebook/react-native/issues/35210
5
6
# 0.7.5
7
8
## Update
android/build.gradle
@@ -54,6 +54,6 @@ repositories {
54
}
55
56
dependencies {
57
- implementation 'com.facebook.react:react-native:+'
+ implementation 'com.facebook.react:react-native'
58
api 'io.channel:plugin-android:10.0.6'
59
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.7.5",
+ "version": "0.7.6",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments