Bladeren bron

Update topBar-buttons.md (#4068)

add missing topBar
Laurent 6 jaren geleden
bovenliggende
commit
44c9b4fbe9
1 gewijzigde bestanden met toevoegingen van 8 en 6 verwijderingen
  1. 8
    6
      docs/docs/topBar-buttons.md

+ 8
- 6
docs/docs/topBar-buttons.md Bestand weergeven

@@ -50,12 +50,14 @@ Navigation.push(this.props.componentId, {
50 50
   component: {
51 51
     name: 'navigation.playground.PushedScreen',
52 52
     options: {
53
-      rightButtons: [
54
-        {
55
-          id: 'buttonOne',
56
-          icon: require('icon.png')
57
-        }
58
-      ]
53
+      topBar: {
54
+        rightButtons: [
55
+          {
56
+            id: 'buttonOne',
57
+            icon: require('icon.png')
58
+          }
59
+        ]
60
+      }
59 61
     }
60 62
   }
61 63
 }