Fix incorrect method name and release 0.1.0-alpha.3

This commit is contained in:
Brent Vatne
2018-03-22 20:50:18 -07:00
parent 48c72a3133
commit b3e0be1595
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation-tabs",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Tab Navigation components for React Navigation",
"main": "dist/index.js",
"files": [

View File

@@ -179,7 +179,7 @@ class TabBarBottom extends React.Component<Props> {
const tabBarStyle = [
styles.tabBar,
this._shouldUseHorizontalTabs() && !Platform.isPad
this._shouldUseHorizontalLabels() && !Platform.isPad
? styles.tabBarCompact
: styles.tabBarRegular,
style,