Browse Source

Document borderColor and borderHeight

Guy Carmeli 6 years ago
parent
commit
94bf489274
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      docs/docs/styling.md

+ 3
- 1
docs/docs/styling.md View File

@@ -71,7 +71,9 @@ Navigation.mergeOptions(this.props.componentId, {
71 71
   modalPresentationStyle: 'overCurrentContext', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'. On Android, only overCurrentContext and none are supported.
72 72
   topBar: {
73 73
     visible: true,
74
-    height: 70, // Android only, optional; Height of the TopBar in dp.
74
+    height: 70, // Android only, Height of the TopBar in dp.
75
+    borderColor: 'red', // Android only.
76
+    borderHeight: 1.3, // Android only.
75 77
     leftButtons: [{
76 78
       id: 'buttonOne',
77 79
       icon: require('icon.png'),