Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make JS Animated Driver use forceUpdate in Fabric for list components
Summary: List components aren't host components so checking if the direct component itself's internals isn't sufficient to know if we are in Fabric. For lists, we have to call through some helper functions to get to the host component. Hopefully we will fix this in the future by making the lists use forwardRef, or by getting rid of the JS Driver altogether, but for now, this is fine (TM). Changelog: Internal Reviewed By: mdvacca Differential Revision: D19731067 fbshipit-source-id: 0e73583c6bf7c10de30e668a390d29718d31b295
- Loading branch information