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

Infra/incubator action sheet #3472

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Conversation

adids1221
Copy link
Contributor

Description

Incubator.ActionSheet

Changelog

Incubator.ActionSheet

Additional info

#3396

@adids1221 adids1221 marked this pull request as ready for review January 11, 2025 17:23
@adids1221 adids1221 requested a review from M-i-k-e-l March 27, 2025 15:03
@adids1221 adids1221 assigned M-i-k-e-l and unassigned adids1221 Mar 27, 2025
Copy link
Collaborator

@M-i-k-e-l M-i-k-e-l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adids1221
A very partial review, but I'm not sure how the GestureHandlerRootView change will affect the PR so I'm assigning it back

@@ -36,6 +36,7 @@ type ActionSheetProps = {
message?: string;
/**
* Index of the option represents the cancel action (to be displayed as the separated bottom bold button)
* Relevant for Native IOS ActionSheet only
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add this to the API as well

@@ -107,7 +107,7 @@ const FadedScrollView = (props: Props) => {

if (children) {
return (
<GestureHandlerRootView>
<>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks TabController

Comment on lines +9 to +15
titleLength: TEXT_LENGTH.NO_TEXT,
titleIsProminent: false,
titleIsClickable: false,
subtitleLength: TEXT_LENGTH.NO_TEXT,
showFooter: false,
optionsType: OPTIONS_TYPE.NONE,
visible: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's weird to start from an empty ActionSheet.

bottom: true,
centerH: true,
width: '95%',
height: _.isEmpty(list) && !gridOptions ? 150 : undefined,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what's the point of this; is this a use-case you've seen?

centerH: true,
width: '95%',
height: _.isEmpty(list) && !gridOptions ? 150 : undefined,
//@ts-ignore
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not need to ignore this, please fix it.

@M-i-k-e-l M-i-k-e-l assigned adids1221 and unassigned M-i-k-e-l Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants