Skip to content

Commit

Permalink
Update link modal snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jun 28, 2023
1 parent 70a78c5 commit 7988b0e
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,30 @@ exports[`LinksUI LinksUI renders 1`] = `
]
}
>
<View
<RNSScreenContainer
onLayout={[Function]}
style={
{
"flex": 1,
}
}
>
<View
<RNSScreen
activityState={2}
collapsable={false}
forwardedRef={[Function]}
gestureResponseDistance={
{
"bottom": -1,
"end": -1,
"start": -1,
"top": -1,
}
}
pointerEvents="box-none"
style={
{
"bottom": 0,
"display": "flex",
"left": 0,
"position": "absolute",
"right": 0,
Expand Down Expand Up @@ -523,8 +531,8 @@ exports[`LinksUI LinksUI renders 1`] = `
</View>
</View>
</View>
</View>
</View>
</RNSScreen>
</RNSScreenContainer>
<View
collapsable={false}
pointerEvents="box-none"
Expand Down

0 comments on commit 7988b0e

Please sign in to comment.