File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
## Fixes
13
13
14
14
- Update typescript - ` TabBarTop ` is now ` MaterialTopTabBar `
15
+ - Update typescript - ` getLabel ` is now ` getLabelText ` in BottomTabProps and TopTabProps
15
16
16
17
## [ 3.9.0] - [ 2019-04-23] ( https://github.com/react-navigation/react-navigation/releases/tag/3.9.0 )
17
18
Original file line number Diff line number Diff line change @@ -1116,7 +1116,7 @@ declare module 'react-navigation' {
1116
1116
tabBarPosition : string ;
1117
1117
navigation : NavigationScreenProp < NavigationState > ;
1118
1118
jumpToIndex : ( index : number ) => void ;
1119
- getLabel : ( scene : TabScene ) => React . ReactNode | string ;
1119
+ getLabelText : ( scene : TabScene ) => React . ReactNode | string ;
1120
1120
getOnPress : (
1121
1121
previousScene : NavigationRoute ,
1122
1122
scene : TabScene
@@ -1141,7 +1141,7 @@ declare module 'react-navigation' {
1141
1141
position : AnimatedValue ;
1142
1142
navigation : NavigationScreenProp < NavigationState > ;
1143
1143
jumpToIndex : ( index : number ) => void ;
1144
- getLabel : ( scene : TabScene ) => React . ReactNode | string ;
1144
+ getLabelText : ( scene : TabScene ) => React . ReactNode | string ;
1145
1145
getOnPress : (
1146
1146
previousScene : NavigationRoute ,
1147
1147
scene : TabScene
You can’t perform that action at this time.
0 commit comments