Skip to content

Commit ff4a3c1

Browse files
committed
bump version
1 parent 72123c5 commit ff4a3c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GiftedListView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ var GiftedListView = React.createClass({
129129
);
130130
},
131131
headerView() {
132-
if(this.state.paginationStatus==='firstLoad' || !this.props.headerView){
133-
return(<View />);
132+
if (this.state.paginationStatus === 'firstLoad' || !this.props.headerView){
133+
return null;
134134
}
135135
return this.props.headerView();
136136
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gifted-listview",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A ListView that embed some recurrents features like pull-to-refresh, infinite scrolling and more for Android and iOS React-Native apps",
55
"main": "GiftedListView.js",
66
"scripts": {

0 commit comments

Comments
 (0)