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

Add swiper component #68

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Add swiper component #68

merged 1 commit into from
Oct 3, 2024

Conversation

Madumo
Copy link
Member

@Madumo Madumo commented Oct 2, 2024

A swimlane/swiper/row type component that Just Works™. Its a pattern that we do often: an swipeable horizontal list of cards. It can also anchor itself properly, something that is always broken with every scrollviews that I ever tried in React Native. They never consider container padding offset, item gaps, etc. This component does, wether you chose to align with the start or to the center.

I'm open to better name ideas.

@Madumo Madumo requested a review from charlesdemers October 2, 2024 20:47
@Madumo Madumo force-pushed the feature/swiper-component branch from 7ed41cc to a8c638f Compare October 3, 2024 12:13
Base automatically changed from flex-improvements to main October 3, 2024 12:13
@Madumo Madumo force-pushed the feature/swiper-component branch from a8c638f to 1f85abd Compare October 3, 2024 12:14
@Madumo Madumo merged commit 4e448a4 into main Oct 3, 2024
2 checks passed
@Madumo Madumo deleted the feature/swiper-component branch October 3, 2024 12:31
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