/tags/react-native/

Debugging React Native FlatList numColumns with Header and Footer
February 15, 2018

First in a new series of posts that I’ll be calling Code Dive. I like testing the depth of my React Native knowledge by answering questions on StackOverflow. Occasionally, I’ll run into a question that asks about the same exact issue I ran into and was forced to look into the source code to understand. So I take the time to redo the code dive and write out a summary/explanation of what I discovered. For any that I feel were particularly useful, I’ll be reposting them here.

For my very first report, I’ll be explaining why headers and footers are not included in the columns for React Native’s FlatList component when using the numColumns prop. Originally asked here.

React Native
New
January 18, 2018
Tools
New
January 18, 2018
UI Frameworks
New
January 18, 2018
Storage
New
January 15, 2018