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 9866edf + 0798dcf commit 31581b9Copy full SHA for 31581b9
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": {
@@ -17,8 +17,7 @@
17
"license": "SDK",
18
"homepage": "https://www.channel.io",
19
"peerDependencies": {
20
- "react-native": ">=0.60.0",
21
- "react-native-firebase": ">=5.0.0"
+ "react-native": ">=0.60.0"
22
},
23
"files": [
24
"android/src",
0 commit comments