Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix onLayout support in <TextInput> for Android (same than iOS fix: #…
…8042) Summary: See #8042: exactly the same bug and fix on Android **Test plan** ```jsx <TextInput onLayout={function(e) { console.log(e.nativeEvent); }} /> ``` Closes #9113 Differential Revision: D3647808 Pulled By: mkonicek fbshipit-source-id: 252a610e26a72a73411c3407faedea0477bee54e
- Loading branch information