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 71cb16d commit 8788dd7Copy full SHA for 8788dd7
flow/react-navigation.js
@@ -1195,6 +1195,7 @@ declare module 'react-navigation' {
1195
jumpToIndex: (index: number) => void,
1196
}) => void,
1197
renderIcon: (scene: TabScene) => React$Element<*>,
1198
+ getButtonComponent: (scene: TabScene) => React$Element<*>,
1199
labelStyle?: TextStyleProp,
1200
iconStyle?: ViewStyleProp,
1201
};
@@ -1223,6 +1224,7 @@ declare module 'react-navigation' {
1223
1224
1225
getTestIDProps: (scene: TabScene) => (scene: TabScene) => any,
1226
renderIcon: (scene: TabScene) => React$Node,
1227
+ getButtonComponent: (scene: TabScene) => React$Node,
1228
style?: ViewStyleProp,
1229
animateStyle?: ViewStyleProp,
1230
0 commit comments