Im trying to create reusable flatlist component called TrendingList, the first one works, but the item below it doesn't appear. Im so confused cause i dont know how to solve this.
<View>
<TrendingList data={MovieResult} nav={navigation} />
</View>
<View>
<TrendingList data={TV} />
</View>
Please Help:D