mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
Issue-5701: TabBarBottom -> BottomTabBar in type definitions (#5702)
* Issue-5701: TabBarBottom -> BottomTabBar in type definitions * BottomTabBar changelog update
This commit is contained in:
committed by
Brent Vatne
parent
89786a39ab
commit
73d416ec02
4
flow/react-navigation.js
vendored
4
flow/react-navigation.js
vendored
@@ -1200,7 +1200,7 @@ declare module 'react-navigation' {
|
||||
};
|
||||
declare export var TabBarTop: React$ComponentType<_TabBarTopProps>;
|
||||
|
||||
declare type _TabBarBottomProps = {
|
||||
declare type _BottomTabBarProps = {
|
||||
activeTintColor: string,
|
||||
activeBackgroundColor: string,
|
||||
adaptive?: boolean,
|
||||
@@ -1229,7 +1229,7 @@ declare module 'react-navigation' {
|
||||
tabStyle?: ViewStyleProp,
|
||||
showIcon?: boolean,
|
||||
};
|
||||
declare export var TabBarBottom: React$ComponentType<_TabBarBottomProps>;
|
||||
declare export var BottomTabBar: React$ComponentType<_BottomTabBarProps>;
|
||||
|
||||
declare export function withNavigation<
|
||||
Props: {},
|
||||
|
||||
Reference in New Issue
Block a user