Skip to content

Commit 307c8e8

Browse files
committed
update readme
1 parent ee8c59a commit 307c8e8

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static navigationOptions = {
3737
| IconComponent?: React.ComponentType<\*> | component to use for the icons | |
3838
| iconSize?: number | iconSize | |
3939
| color?: string | color of icons and buttons | |
40-
| OverflowIcon?: React.ComponentType<\*> | React element for the overflow icon | will render android-styled overflow icon by default |
40+
| OverflowIcon?: React.ComponentType<\*> | React element for the overflow icon | you need to provide this only if you need overflow icon |
4141
| overflowButtonWrapperStyle?: Object | optional styles for overflow button | there are some default styles set, as seen in `OverflowButton.js` |
4242
| cancelButtonLabel?: string | ios only, the cancel button label for overflow menu actions | 'Cancel' by default |
4343

example/navbar-buttons-demo/yarn.lock

+12-23
Original file line numberDiff line numberDiff line change
@@ -1798,11 +1798,11 @@ fs.realpath@^1.0.0:
17981798
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
17991799

18001800
fsevents@^1.2.3:
1801-
version "1.2.3"
1802-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.3.tgz#08292982e7059f6674c93d8b829c1e8604979ac0"
1801+
version "1.2.4"
1802+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426"
18031803
dependencies:
18041804
nan "^2.9.2"
1805-
node-pre-gyp "^0.9.0"
1805+
node-pre-gyp "^0.10.0"
18061806

18071807
gauge@~1.2.5:
18081808
version "1.2.7"
@@ -2795,9 +2795,9 @@ node-notifier@^5.1.2:
27952795
shellwords "^0.1.1"
27962796
which "^1.3.0"
27972797

2798-
node-pre-gyp@^0.9.0:
2799-
version "0.9.1"
2800-
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.9.1.tgz#f11c07516dd92f87199dbc7e1838eab7cd56c9e0"
2798+
node-pre-gyp@^0.10.0:
2799+
version "0.10.0"
2800+
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.0.tgz#6e4ef5bb5c5203c6552448828c852c40111aac46"
28012801
dependencies:
28022802
detect-libc "^1.0.2"
28032803
mkdirp "^0.5.1"
@@ -3337,16 +3337,10 @@ react-native-vector-icons@4.5.0:
33373337
xmldoc "^0.4.0"
33383338
yargs "^9.0.0"
33393339

3340-
react-navigation-header-buttons-base@^0.0.2:
3341-
version "0.0.2"
3342-
resolved "https://registry.yarnpkg.com/react-navigation-header-buttons-base/-/react-navigation-header-buttons-base-0.0.2.tgz#270e6cfeb5c5a85f1f886ed213638f35f058c8c3"
3343-
dependencies:
3344-
react-native-platform-touchable "^1.1.1"
3345-
33463340
"react-navigation-header-buttons@file:../..":
3347-
version "0.0.7"
3341+
version "0.0.8"
33483342
dependencies:
3349-
react-navigation-header-buttons-base "^0.0.2"
3343+
react-native-platform-touchable "^1.1.1"
33503344

33513345
react-navigation@^1.0.0-beta.27:
33523346
version "1.5.12"
@@ -3425,8 +3419,8 @@ readable-stream@~1.1.8, readable-stream@~1.1.9:
34253419
string_decoder "~0.10.x"
34263420

34273421
regenerate@^1.2.1:
3428-
version "1.3.3"
3429-
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f"
3422+
version "1.4.0"
3423+
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
34303424

34313425
regenerator-runtime@^0.11.0:
34323426
version "0.11.1"
@@ -3490,8 +3484,8 @@ repeating@^2.0.0:
34903484
is-finite "^1.0.0"
34913485

34923486
request@^2.79.0:
3493-
version "2.85.0"
3494-
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
3487+
version "2.86.0"
3488+
resolved "https://registry.yarnpkg.com/request/-/request-2.86.0.tgz#2b9497f449b0a32654c081a5cf426bbfb5bf5b69"
34953489
dependencies:
34963490
aws-sign2 "~0.7.0"
34973491
aws4 "^1.6.0"
@@ -3511,7 +3505,6 @@ request@^2.79.0:
35113505
performance-now "^2.1.0"
35123506
qs "~6.5.1"
35133507
safe-buffer "^5.1.1"
3514-
stringstream "~0.0.5"
35153508
tough-cookie "~2.3.3"
35163509
tunnel-agent "^0.6.0"
35173510
uuid "^3.1.0"
@@ -3917,10 +3910,6 @@ string_decoder@~1.1.1:
39173910
dependencies:
39183911
safe-buffer "~5.1.0"
39193912

3920-
stringstream@~0.0.5:
3921-
version "0.0.5"
3922-
resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
3923-
39243913
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
39253914
version "3.0.1"
39263915
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"

0 commit comments

Comments
 (0)