diff --git a/Libraries/CustomComponents/NavigationExperimental/NavigationHeaderBackButton.js b/Libraries/CustomComponents/NavigationExperimental/NavigationHeaderBackButton.js index e4d772a5b..f3e901f3f 100644 --- a/Libraries/CustomComponents/NavigationExperimental/NavigationHeaderBackButton.js +++ b/Libraries/CustomComponents/NavigationExperimental/NavigationHeaderBackButton.js @@ -35,12 +35,14 @@ const { } = ReactNative; type Props = { + imageStyle?: any, onPress: Function, + style?: any, }; const NavigationHeaderBackButton = (props: Props) => ( - - + + );