Skip to content

Commit

Permalink
Version 1.0.2 fix DefaultTabBar
Browse files Browse the repository at this point in the history
  • Loading branch information
VTrngNghia committed Oct 15, 2021
1 parent 3ce3d87 commit 6152f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DefaultTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const DefaultTabBar = createReactClass({
{ translateX },
]
},
this.props.tabBarUnderlineStyle,
this.props.underlineStyle,
]}
/>
</View>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtrngnghia/react-native-scrollable-tab-view",
"version": "1.1.0",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6152f1b

Please sign in to comment.