Skip to content

Commit

Permalink
Merge pull request #55 from bolan9999/develop
Browse files Browse the repository at this point in the history
Fix typescript type define.
  • Loading branch information
石破天惊 authored Jan 11, 2018
2 parents d93439c + 34b67b2 commit a544edf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ onScroll | ({nativeEvent:{contentOffset:{x:number,y:number}}})=> any | | 滑动

## 更新日志

### 版本 1.2.3
* 修复TypeScript类型声明错误

### 版本 1.2.2
* 修复onLargeListDidUpdate的回调时机问题
* 支持TypeScript
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ Get LargeList's footer height

## Update Log

### Version 1.2.3
* Fix typescript type define.

### Version 1.2.2
* Fix bug on onLargeListDidUpdate
* Support TypeScript
Expand Down
2 changes: 1 addition & 1 deletion react-native-largelist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-largelist",
"version": "1.2.2",
"version": "1.2.3",
"private": false,
"description": "The best performance large list component which is much better than SectionList for React Native.",
"author": "bolan9999 <[email protected]>",
Expand Down

0 comments on commit a544edf

Please sign in to comment.