Skip to content

Commit

Permalink
export DefaultHeader
Browse files Browse the repository at this point in the history
Signed-off-by: 2534290808 <2534290808@qq.com>
  • Loading branch information
2534290808 committed Mar 17, 2018
1 parent b071bfd commit 9694ba0
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 77 deletions.
144 changes: 69 additions & 75 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {default as SmartRefreshControl} from './SmartRefreshControl';
export {default as ClassicsHeader} from './ClassicsHeader';
export {default as StoreHouseHeader} from './StoreHouseHeader'
export {default as StoreHouseHeader} from './StoreHouseHeader';
export {default as DefaultHeader} from './DefaultHeader';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-smartrefreshlayout",
"version": "0.0.7",
"version": "0.0.8",
"description": "基于android SmartRefreshLayout的封装",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9694ba0

Please sign in to comment.