Problem rendering FlatElements
See original GitHub issueI love to have react-native-testing
testing approach in RN, and I’m starting to use it.
I can render almost any RN element, unless FlatList and SectionList. Somehow they are never renderer when I try to access the elements I render with renderItem
, additionally when I check with debug()
is like if they are omitted from the rendering.
What should I do to get them working?
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
React - Rendering an array of objects using Map
I had a feeling that the nested array was part of the problem. I flattened it and was able to render the data....
Read more >Layout issues — crashes - SketchUp Community
Hi guys, I am not able to render my last three pages of the document to Hybrid. Layout keeps crashing on me.
Read more >Position-Normal Distributions for Efficient Rendering of ...
They introduce an algorithm that evaluates P-NDFs by turning the prob- lem into integration over the normal map, finely discretized into triangles. This...
Read more >Physically-based Modeling and Rendering of Complex Visual ...
In this dissertation, we focus on physically-based rendering that synthesizes realistic images from 3D models and scenes.
Read more >Glint Rendering based on a Multiple-Scattering Patch BRDF
Importance sampling is suboptimal and causes fireflies. Our new multiple-scattering glint integrator tackles these issues. It produces ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just send them the issue, as you said, is not a problem with
react-native-testing-library
but something they are doing with theFlatList
.Let’s see the solution as I think will be useful for any
react-native
developer usingexpo
.Thanks for all!
Closing this issue then. Let us know what you found out and when it’s fixed 😃