We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
We are trying to render custom icons in the row list view based on the detail.types, however details are not being passed to renderRow.
detail.types
details
Describe the solution you'd like
Pass details to the renderRow callback or add some prop to enable it.
The text was updated successfully, but these errors were encountered:
+1 We already have this for onPress, details are being queried anyway if fetch details is true so we should expose them
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
We are trying to render custom icons in the row list view based on the
detail.types
, howeverdetails
are not being passed to renderRow.Describe the solution you'd like
Pass details to the renderRow callback or add some prop to enable it.
The text was updated successfully, but these errors were encountered: