File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
src/components/Reaction/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exports[`ReactionPicker should render ReactionPicker 1`] = `
2121 onStartShouldSetResponder = { [Function ]}
2222 style = {
2323 Object {
24- " alignItems" : " flex-start " ,
24+ " alignItems" : " flex-end " ,
2525 " flexBasis" : 0 ,
2626 " flexGrow" : 1 ,
2727 " flexShrink" : 1 ,
@@ -40,8 +40,8 @@ exports[`ReactionPicker should render ReactionPicker 1`] = `
4040 " paddingHorizontal" : 20 ,
4141 },
4242 Object {
43- " marginLeft" : 30 ,
44- " marginRight" : 10 ,
43+ " marginLeft" : undefined ,
44+ " marginRight" : undefined ,
4545 " marginTop" : 40 ,
4646 },
4747 ]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ exports[`ReactionPickerWrapper should render left aligned ReactionPickerWrapper
3939 onStartShouldSetResponder = { [Function ]}
4040 style = {
4141 Object {
42- " alignItems" : " flex-start " ,
42+ " alignItems" : " flex-end " ,
4343 " flexBasis" : 0 ,
4444 " flexGrow" : 1 ,
4545 " flexShrink" : 1 ,
@@ -58,8 +58,8 @@ exports[`ReactionPickerWrapper should render left aligned ReactionPickerWrapper
5858 " paddingHorizontal" : 20 ,
5959 },
6060 Object {
61- " marginLeft" : 30 ,
62- " marginRight" : 10 ,
61+ " marginLeft" : undefined ,
62+ " marginRight" : undefined ,
6363 " marginTop" : 40 ,
6464 },
6565 ]
@@ -419,7 +419,7 @@ exports[`ReactionPickerWrapper should render right aligned ReactionPickerWrapper
419419 onStartShouldSetResponder = { [Function ]}
420420 style = {
421421 Object {
422- " alignItems" : " flex-start " ,
422+ " alignItems" : " flex-end " ,
423423 " flexBasis" : 0 ,
424424 " flexGrow" : 1 ,
425425 " flexShrink" : 1 ,
@@ -438,8 +438,8 @@ exports[`ReactionPickerWrapper should render right aligned ReactionPickerWrapper
438438 " paddingHorizontal" : 20 ,
439439 },
440440 Object {
441- " marginLeft" : 30 ,
442- " marginRight" : 10 ,
441+ " marginLeft" : undefined ,
442+ " marginRight" : undefined ,
443443 " marginTop" : 40 ,
444444 },
445445 ]
You can’t perform that action at this time.
0 commit comments