浏览代码

Fix wrong info regarding custom left buttons in documentation

Guy Carmeli 5 年前
父节点
当前提交
c92df18986
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      website/docs/docs-stack.mdx

+ 1
- 1
website/docs/docs-stack.mdx 查看文件

86
 
86
 
87
 ### Using a react component in a button
87
 ### Using a react component in a button
88
 :::caution
88
 :::caution
89
-At the moment, custom buttons in `rightButtons` are supported only on iOS.
89
+At the moment, custom buttons in `leftButtons` are supported only on iOS.
90
 :::
90
 :::
91
 
91
 
92
 Sometimes we require more from our buttons. In order to support every product need React Components can be used as custom views of buttons.
92
 Sometimes we require more from our buttons. In order to support every product need React Components can be used as custom views of buttons.