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 081ed80 commit f6b39eeCopy full SHA for f6b39ee
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.12.1
2
+
3
+## Update
4
+* Remove unused react-native-firebase peerDependency
5
6
# 0.12.0
7
8
## Update
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.12.0",
+ "version": "0.12.1",
"description": "react native module for channel io",
"main": "index.ts",
"scripts": {
@@ -13,8 +13,7 @@
13
"license": "SDK",
14
"homepage": "https://www.channel.io",
15
"peerDependencies": {
16
- "react-native": ">=0.60.0",
17
- "react-native-firebase": ">=5.0.0"
+ "react-native": ">=0.60.0"
18
},
19
"files": [
20
"android/src",
0 commit comments