There was an error while loading. Please reload this page.
1 parent a13bd58 commit 4df9468Copy full SHA for 4df9468
docs/en/V2/KnownIssues.md
@@ -1,3 +1,2 @@
1
# Known issues
2
-1. Nested SpringScrollView is not supported now
3
-2. Sliding on the horizontal direction to edit cell is not supported now
+1. Can not nested with self, but can nested with ScrollView
docs/zh-cn/V2/KnownIssues.md
@@ -1,4 +1,2 @@
# 已知问题
-1. 暂时不支持多重嵌套
-2. 暂时不支持侧滑编辑
4
-3. iOS横向滑动没有取消Touchable系列组件的事件获取
+1. 不支持与自身嵌套,但是支持与ScrollView嵌套
src/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-spring-scrollview",
- "version": "2.0.19",
+ "version": "2.0.20",
"description": "An cross-platform (iOS & Android) spring ScrollView",
5
"main": "index.js",
6
"scripts": {
0 commit comments