-
Notifications
You must be signed in to change notification settings - Fork 649
Close swipeout when opening another swipeout #296
Comments
So in state I have rowIndex(current open index) which is set to 'null' at the beginning.
|
With this, swipe performance degrades significantly in large lists... basically stutters when swiping open a row due to Ideally we'd have an |
any update ... !? |
+1 should have new prop to handle this |
extraData= {this.state}必须指定,不然无法更新。 |
Add prop: extraData={this.state.rowId} to FlatList can solve this problem. |
This degrades performance of swiping in android. For iOS it's working fine. |
Any better solution for opening one swipe at time?? |
Instead of changing state it useful to keep the reference to the opened cell.
|
Is there any good news for this issue? |
I use this react-native-swipe-list-view instead |
Anyone knows how to close the currently open swipeout when opening another swipeout?
I've read some threads about this but cant get their sollutions to work.
Thank you guys!
The text was updated successfully, but these errors were encountered: