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 fa2aad7 commit 4a90907Copy full SHA for 4a90907
README.md
@@ -29,9 +29,8 @@ static navigationOptions = {
29
title: 'Vector Icons',
30
headerRight: (
31
<HeaderButtons HeaderButtonComponent={IoniconsHeaderButton}>
32
- {/* use Item or HeaderButtons.Item */}
33
<Item title="search" iconName="ios-search" onPress={() => alert('search')} />
34
- <HeaderButtons.Item title="select" onPress={() => alert('select')} />
+ <Item title="select" onPress={() => alert('select')} />
35
</HeaderButtons>
36
),
37
};
0 commit comments