-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add custom list component possibility #2331
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
Conversation
|
Looks like there are a few unrelated changes to fix in this PR, but I can confirm it does work! |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
It would be great to have this PR merged. I think it needs to be updated to have only the necessary changes (eg: simply add the |
|
Agree, this will be a great help |
|
+1 |
1 similar comment
|
+1 |
|
@erickcrus |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still relevant! |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This commit enables the use of custom list components, such as the
FlatListfrom thereact-native-gesture-handlerlibrary, to address compatibility issues with other libraries, like@gorhom/react-native-bottom-sheet.