Skip to content

Commit 4df9468

Browse files
committed
2.0.20
修复 1. 安卓在SpringScrollView正在做减速动画的时候,点击无法立即获得焦点的问题。 2. 取消contentStyle的minHeight:100%的默认样式 3. 修正pospec文件
1 parent a13bd58 commit 4df9468

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/en/V2/KnownIssues.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Known issues
2-
1. Nested SpringScrollView is not supported now
3-
2. Sliding on the horizontal direction to edit cell is not supported now
2+
1. Can not nested with self, but can nested with ScrollView

docs/zh-cn/V2/KnownIssues.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# 已知问题
2-
1. 暂时不支持多重嵌套
3-
2. 暂时不支持侧滑编辑
4-
3. iOS横向滑动没有取消Touchable系列组件的事件获取
2+
1. 不支持与自身嵌套,但是支持与ScrollView嵌套

src/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-spring-scrollview",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"description": "An cross-platform (iOS & Android) spring ScrollView",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)