Browse Source

More fixes to styling.md (#3009)

Rafael Viotti 6 years ago
parent
commit
ae74abd3a2
1 changed files with 8 additions and 4 deletions
  1. 8
    4
      docs/docs/styling.md

+ 8
- 4
docs/docs/styling.md View File

@@ -137,10 +137,14 @@ Navigation.setOptions(this.props.componentId, {
137 137
     icon: require('tab.png')
138 138
   },
139 139
   sideMenu: {
140
-    leftSideVisible: false,
141
-    rightSideVisible: false,
142
-    rightSideEnabled: true,
143
-    leftSideEnabled: true
140
+    left: {
141
+      visible: false,
142
+      enabled: true
143
+    },
144
+    right: {
145
+      visible: false,
146
+      enabled: true
147
+    }
144 148
   },
145 149
   overlay: {
146 150
     interceptTouchOutside: true