Skip to content

Commit 7a68897

Browse files
committed
Merge branch 'typescript-conversion' of https://github.com/GetStream/stream-chat-react-native into ts-group-walk-through
2 parents d4ef2c7 + 7f2b011 commit 7a68897

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/MessageInput/__tests__/__snapshots__/MessageInput.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`MessageInput should render MessageInput 1`] = `
44
<View
5-
keyboardVerticalOffset={66.5}
5+
keyboardVerticalOffset={86.5}
66
onLayout={[Function]}
77
style={
88
Object {

src/components/MessageList/__tests__/__snapshots__/MessageList.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`MessageList should render the message list and match snapshot 1`] = `
44
<View
5-
keyboardVerticalOffset={66.5}
5+
keyboardVerticalOffset={86.5}
66
onLayout={[Function]}
77
style={
88
Object {

src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Thread should match thread snapshot 1`] = `
44
<View
5-
keyboardVerticalOffset={66.5}
5+
keyboardVerticalOffset={86.5}
66
onLayout={[Function]}
77
style={
88
Object {

0 commit comments

Comments
 (0)