Skip to content

GestureHandlerRoot - wrap components instead of screens #3244

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

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

Inbal-Tish
Copy link
Collaborator

Description

⚠️ GestureHandlerRoot - wrap components instead of screens

Changelog

GestureHandlerRoot - wrap components instead of screens

Additional info

Copy link
Collaborator

@ethanshar ethanshar left a comment

Choose a reason for hiding this comment

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

Looks great.
Wrote a small comment

@@ -351,7 +351,7 @@ const WheelPicker = <T extends WheelPickerItemValue>(props: WheelPickerProps<T>)
<View testID={testID} bg-$backgroundDefault style={style}>
{separators}
<View row centerH>
<View flexG>
<GestureHandlerRootView style={{flexGrow: 1}}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

avoid passing inline style, let's move to stylesheet

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@ethanshar ethanshar merged commit ddf74ae into master Sep 5, 2024
1 check passed
@ethanshar ethanshar deleted the infra/GestureHandlerView_WrappingComponents branch September 5, 2024 11:48
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