We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f2d61 commit de26cadCopy full SHA for de26cad
1 file changed
src/Paper__Appbar.re
@@ -60,6 +60,7 @@ module Header = {
60
module BackAction = {
61
[@bs.module "react-native-paper"] [@bs.scope "Appbar"] [@react.component]
62
external make:
63
- (~accessibilityLabel: string=?, ~onPress: 'a => unit) => React.element =
+ (~accessibilityLabel: string=?, ~onPress: 'a => unit, ~color: string=?) =>
64
+ React.element =
65
"BackAction";
66
};
0 commit comments