-
Notifications
You must be signed in to change notification settings - Fork 8
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
Dropdown Feature with props for List view #125
base: main
Are you sure you want to change the base?
Conversation
You can apply the theme styles from the Theme that is provided by the user configuration, which in turn derives the theme from the native configuration object. |
Sir, I have to remove it and |
Happy Diwali Everyone!! Will the PR be accepted today as it is the last day for hacktoberfest? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested improvements:
- This PR is not working in mobile.
- The container styles can be replaced by viewStyle and text styles can be replaced by textStyle.
- the dlist logic can be improved.
- list is not rendering properly.
- rescript warning are listed.
- virtualization issues with flatlist
3988dd0
to
3230e5e
Compare
I have added the the dropdown feature in which the full scrollable list is restricted to 2 elements of the list and dropdown for the other methods
also for backward compatibility so that user can choose between full list view and the new feature i have added prop to the custom tab view file for the same