Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Cross): [IOAPPX-395] Open autoresizable bottom sheet on first tap on iOS #6281

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ exports[`ItwCredentialPreviewClaimsList should match the snapshot 1`] = `
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -1753,7 +1753,7 @@ exports[`ItwCredentialPreviewClaimsList should match the snapshot 1`] = `
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ exports[`ItwPresentationClaimsSection should match the snapshot when claims are
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -3607,7 +3607,7 @@ exports[`ItwPresentationClaimsSection should match the snapshot when claims are
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -4000,7 +4000,7 @@ exports[`ItwPresentationClaimsSection should match the snapshot when claims are
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ exports[`SecuritySuggestions should match snapshot 1`] = `
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ exports[`RemoteContentBanner Should match snapshot 1`] = `
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ exports[`ShowMoreListItem should match snapshot, no data 1`] = `
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -1071,7 +1071,7 @@ exports[`ShowMoreListItem should match snapshot, one section, no items 1`] = `
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -1686,7 +1686,7 @@ exports[`ShowMoreListItem should match snapshot, one section, one item, no icon
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -2488,7 +2488,7 @@ exports[`ShowMoreListItem should match snapshot, one section, one item, with ico
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -3358,7 +3358,7 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, no icon
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -4355,7 +4355,7 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, with ic
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -5488,7 +5488,7 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -7501,7 +7501,7 @@ exports[`ShowMoreListItem should match snapshot, two sections, different item co
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ exports[`F24ListBottomSheetLink should be snapshot for a 10 items F24 list 1`] =
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -3184,7 +3184,7 @@ exports[`F24ListBottomSheetLink should be snapshot for an 0 items F24 list 1`] =
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down Expand Up @@ -3680,7 +3680,7 @@ exports[`F24ListBottomSheetLink should be snapshot for an 1 item F24 list 1`] =
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ exports[`F24Section should match snapshot when there are more than one F24 1`] =
onDismiss={[Function]}
snapPoints={
[
1,
10,
]
}
style={
Expand Down
Loading
Loading