Added ability to scroll to the currently edited message.
Details
Details
- Reviewers
michal inka ginsu - Commits
- rCOMM45b7fa231e0b: [native] Scrolling to the edited message
Tested only on iOS (waiting for android to compile, but have problems with it). Entered edit mode.
- Pressed the preview of the currently edited message. The list scrolled to the edited message. Tested a few times.
- Artificial changed the key of the message, so it doesn't exist in the list. Pressed preview of the currently edited message, the warning appeared in the console as expected.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/chat/chat-list.react.js | ||
---|---|---|
286 | I created it this way, because: flatList.scrollToItem({ item: key, animated: true }); didn't work. |