Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TextInput: don't call Paper UIManager
setViewLocalData
in Fabric
Summary: In Paper this call causes Yoga to remeasure the tree. We don't need to do this in Fabric, and all the data contained in `ReactTextInputLocalData` is already set on the underlying EditText View. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18870491 fbshipit-source-id: a982a708b810d45f70ad4981a963bb4ae798c83c
- Loading branch information