Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native] Stop using LayoutAnimation in ChatList
Summary: We want to stop using `LayoutAnimation` because I think it's leading to [weird layout issues on Android](#109). `LayoutAnimation` does two things for us in `ChatList` right now: 1. Animates the scroll position when new items appear 2. Animates the opacity of new items This replaces #1 but does not replace #2 Reviewers: zrebcu411, KatPo, palys-swm Reviewed By: palys-swm Differential Revision: https://phabricator.ashoat.com/D23
- Loading branch information