You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Support for tags
This commit is contained in:
@ -134,9 +134,7 @@ class SearchScreenComponent extends BaseScreenComponent {
|
||||
<FlatList
|
||||
data={this.state.notes}
|
||||
keyExtractor={(item, index) => item.id}
|
||||
renderItem={(event) => <NoteItem
|
||||
note={event.item}
|
||||
/>}
|
||||
renderItem={(event) => <NoteItem note={event.item}/>}
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
|
Reference in New Issue
Block a user