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

Change Flatlist from RN to gesture handler - 51 #983

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

sieu-db
Copy link
Collaborator

@sieu-db sieu-db commented Jan 13, 2025

Important

Change FlatList import to react-native-gesture-handler and add gesture handler props to enhance gesture capabilities.

  • Imports:
    • Change FlatList import from react-native to react-native-gesture-handler in FlatList.tsx, SectionList.tsx, and SimpleStyleScrollables components.
    • Add NativeViewGestureHandlerProps to component props in FlatList.tsx, SectionList.tsx, and SwipeableList.tsx.
  • Components:
    • Update FlatList component to use FlatListComponent from react-native-gesture-handler.
    • Update SectionList to pass NativeViewGestureHandlerProps to FlatList.
    • Update SimpleStyleFlatList, SimpleStyleSectionList, and SimpleStyleSwipeableList to use FlatList from react-native-gesture-handler.

This description was created by Ellipsis for 767f67e. It will automatically update as commits are pushed.

Copy link

linear bot commented Jan 13, 2025

Copy link

Published version: @draftbit/[email protected]

@sieu-db sieu-db requested a review from YoussefHenna January 13, 2025 16:44
@sieu-db sieu-db merged commit e957823 into master Jan 13, 2025
3 checks passed
@sieu-db sieu-db deleted the sieu/p-5845-import-flatlist-from-gesture-handler-51 branch January 13, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants