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 291503d commit bb54e76Copy full SHA for bb54e76
1 file changed
src/__tests__/__snapshots__/MessageContainer.test.tsx.snap
@@ -74,26 +74,7 @@ exports[`should render <MessageContainer /> and compare with snapshot 1`] = `
74
],
75
}
76
77
- >
78
- <View
79
- collapsable={false}
80
- style={
81
- {
82
- "backgroundColor": "#f0f0f0",
83
- "borderRadius": 15,
84
- "height": 0,
85
- "marginBottom": 0,
86
- "marginLeft": 8,
87
- "transform": [
88
89
- "translateY": 200,
90
- },
91
- ],
92
- "width": 45,
93
- }
94
95
- />
96
- </View>
+ />
97
<View
98
style={
99
{
0 commit comments