|
@@ -86,7 +86,7 @@ Left buttons behave like right buttons with two caveats on Android:
|
86
|
86
|
|
87
|
87
|
### Using a react component in a button
|
88
|
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
|
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.
|