ListViewGrid Not Scrolling
See original GitHub issueHello. I’ve come across an issue that’s more than likely user error, as I am new to RN, but perhaps someone could help me.
I am receiving images from a user’s phone to display in a ListView. Let’s say the user has 25 images, and I’m fetching all 25. The users display only allows 12 images to be displayed, so they must scroll to view more. My issue is the ListView will not scroll.
If I rotate the phone from portrait to landscape, the ListView will suddenly start to work as I’d expect (allows the user to scroll up and down). Likewise, if I switch back to portrait, the scrolling functionality is still properly working. Upon reload, it will be broken again.
I’ve tried creating a fresh project and adding more objects to the dataObjects in ListViewGridExample to simulate 25 images, but the same issue above occurs. The ListView will not scroll unless I change the phone’s orientation. What am I missing here?
Testing on Android
Ignite
Version: 1.5.0
Node
Version: v6.3.1
NPM
Version: 3.9.2
Yeoman
Version: 1.8.4
React Native CLI
Version: 1.0.0
App
React Native Version: 0.31.0
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (8 by maintainers)

Top Related StackOverflow Question
This will be updated and work correctly in 1.6.2, should be released today.
@tk1cntt Hello, it looks like your fix works for the ListViewExample. Do you run into the same issue when using the ListViewGridExample?