We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff8e6c commit bd9898dCopy full SHA for bd9898d
example/src/TrackList.tsx
@@ -87,7 +87,7 @@ export default function TrackList() {
87
/>
88
</View>
89
90
- {tracks.length && (
+ {tracks.length > 0 && (
91
<FlatList
92
data={tracks}
93
renderItem={renderItem}
0 commit comments