Skip to content

Commit

Permalink
Revert "Update link modal snapshot"
Browse files Browse the repository at this point in the history
This reverts commit 7988b0e.

This is needed after disabling `react-native-screens` in navigators (ref: e5838f4).
  • Loading branch information
fluiddot committed Jun 28, 2023
1 parent 86d36e0 commit 8f36b9a
Showing 1 changed file with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,30 +71,22 @@ exports[`LinksUI LinksUI renders 1`] = `
]
}
>
<RNSScreenContainer
<View
onLayout={[Function]}
style={
{
"flex": 1,
}
}
>
<RNSScreen
activityState={2}
<View
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 @@ -531,8 +523,8 @@ exports[`LinksUI LinksUI renders 1`] = `
</View>
</View>
</View>
</RNSScreen>
</RNSScreenContainer>
</View>
</View>
<View
collapsable={false}
pointerEvents="box-none"
Expand Down

0 comments on commit 8f36b9a

Please sign in to comment.