Skip to content

Commit

Permalink
Update AnimatedCrossView snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JPStrydom authored Sep 6, 2023
1 parent 7e8684f commit fddb00e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3862,6 +3862,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
"alignItems": "flex-start",
"flexGrow": 1,
"justifyContent": "center",
"width": "100%",
}
}
>
Expand All @@ -3872,6 +3873,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
"flexDirection": "row",
"flexGrow": 1,
"justifyContent": "flex-start",
"width": "100%",
}
}
>
Expand All @@ -3885,6 +3887,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
},
{
"flexGrow": 1,
"width": "100%",
},
]
}
Expand Down

0 comments on commit fddb00e

Please sign in to comment.