I have a list of 100 image URLs and seeded them into the datasource of the ListView.
then I used this one for renderRow:
<Image source={{uri: imageUri}} style={styles.image} />
and it worked fine when I was scrolling the top 40~50 images, but when I scrolled to the end of the list, then the app crashed and I saw the white apple on the screen.
And there is no stacktrace in crash report.