mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 21:15:26 +08:00
Fix incorrect method name and release 0.1.0-alpha.3
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user