mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
48c69af3e0
Summary: Motivation: TextInput.js frequently sends commands to views as they're disappearing (`blur`, for instance). We should fix that in the future, if possible. For now, just log the issue and continue. It shouldn't cause any user-facing issues since 1) it appears that TextInput knows the underlying view is gone; 2) the View has already disappeared so the user can't interact with it, so commands can go safely into the void. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18821448 fbshipit-source-id: 980dbbce8cdb2cc0bb4bf60b3bccc90869208f01