From 8aba723555f97610fff751e6105275747a3c5a20 Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Mon, 5 Feb 2018 06:36:20 -0400 Subject: [PATCH] react-native-material-ui - Add positionContainer on ActionButton style --- types/react-native-material-ui/index.d.ts | 3 ++- .../react-native-material-ui-tests.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/types/react-native-material-ui/index.d.ts b/types/react-native-material-ui/index.d.ts index f3147eecf7..d8560653d7 100644 --- a/types/react-native-material-ui/index.d.ts +++ b/types/react-native-material-ui/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-native-material-ui 1.12 +// Type definitions for react-native-material-ui 1.19 // Project: https://github.com/xotahal/react-native-material-ui // Definitions by: Kyle Roach // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -18,6 +18,7 @@ export interface ActionButtonProps { style?: { container?: ViewStyle icon?: TextStyle + positionContainer?: ViewStyle }; transition?: 'toolbar' | 'speedDial'; onPress?(): void; diff --git a/types/react-native-material-ui/react-native-material-ui-tests.tsx b/types/react-native-material-ui/react-native-material-ui-tests.tsx index 4acb9db12e..b4380fc388 100644 --- a/types/react-native-material-ui/react-native-material-ui-tests.tsx +++ b/types/react-native-material-ui/react-native-material-ui-tests.tsx @@ -25,7 +25,7 @@ const theme = { const Example = () => - +