Skip to content

Commit 4a90907

Browse files
authored
document only one way of importing <Item />
1 parent fa2aad7 commit 4a90907

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ static navigationOptions = {
2929
title: 'Vector Icons',
3030
headerRight: (
3131
<HeaderButtons HeaderButtonComponent={IoniconsHeaderButton}>
32-
{/* use Item or HeaderButtons.Item */}
3332
<Item title="search" iconName="ios-search" onPress={() => alert('search')} />
34-
<HeaderButtons.Item title="select" onPress={() => alert('select')} />
33+
<Item title="select" onPress={() => alert('select')} />
3534
</HeaderButtons>
3635
),
3736
};

0 commit comments

Comments
 (0)