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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem description If I add components in renderitem using the flatlist display and the symbol is to click on it will display error
error message* 0.43.3 err 0.43.4 err
Error code Normal code
The text was updated successfully, but these errors were encountered:
Think this might be related to #12905, I had the same thing in a FlatList when using a number as text
Sorry, something went wrong.
@fangkyi02 for now, do the below. I believe this has been raised a few times!
<Text>{`${index}`}</Text>
Seems like a dupe of #12905. Try the workaround above. A fix will ship in the next release.
No branches or pull requests
Problem description
If I add components in renderitem using the flatlist display and the symbol is to click on it will display error
error message*


0.43.3 err
0.43.4 err
Error code


Normal code
The text was updated successfully, but these errors were encountered: