Skip to content

Commit 1eb01a4

Browse files
committed
bump version
1 parent 558f941 commit 1eb01a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ var Example = React.createClass({
7979
pagination={true} // enable infinite scrolling using touch to load more
8080
refreshable={true} // enable pull-to-refresh for iOS and touch-to-refresh for Android
8181
withSections={false} // enable sections
82+
customStyles={{
83+
refreshableView: {
84+
backgroundColor: '#eee',
85+
},
86+
}}
8287
/>
8388
</View>
8489
);

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.4",
3+
"version": "0.0.5",
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)