Skip to content

Commit 40756d5

Browse files
Merge pull request #263 from GetStream/vishal/keyboard-compatible-hooks
Converting KeyboardCompatibleView to hooks
2 parents 5642d15 + ee1deba commit 40756d5

File tree

8 files changed

+224
-276
lines changed

8 files changed

+224
-276
lines changed

expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "stream-chat-expo",
3-
"version": "1.2.0-rollupless.0",
3+
"version": "1.2.0-kcv.1",
44
"author": {
55
"company": "Stream.io Inc"
66
},
77
"main": "src/index.js",
88
"types": "types/index.d.ts",
99
"dependencies": {
1010
"react-native-unimodules": "^0.5.4",
11-
"stream-chat-react-native-core": "v1.2.0-rollupless.0"
11+
"stream-chat-react-native-core": "v1.2.0-kcv.1"
1212
},
1313
"peerDependencies": {
1414
"expo": "^32.0.0",

native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "stream-chat-react-native",
3-
"version": "1.2.0-rollupless.0",
3+
"version": "1.2.0-kcv.1",
44
"author": {
55
"company": "Stream.io Inc"
66
},
77
"main": "src/index.js",
88
"types": "types/index.d.ts",
99
"dependencies": {
1010
"es6-symbol": "^3.1.3",
11-
"stream-chat-react-native-core": "v1.2.0-rollupless.0"
11+
"stream-chat-react-native-core": "v1.2.0-kcv.1"
1212
},
1313
"peerDependencies": {
1414
"@react-native-community/netinfo": ">=2.0.7",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react-native-core",
3-
"version": "1.2.0-rollupless.0",
3+
"version": "1.2.0-kcv.1",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)