Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TextInput: Add
onPressIn
and onPressOut
Summary: Introduces support for `onPressIn` and `onPressOut` on the `TextInput` component. This makes it possible to add visual feedback when users touch interact with `TextInput` components. Changelog: [General][Added] - TextInput now supports `onPressIn` and `onPressOut`. Reviewed By: TheSavior Differential Revision: D23514333 fbshipit-source-id: 1790e977b78f1c293d5476aef8613547f27d6731
- Loading branch information
b7b0e23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yungsters Thank you! That makes less painful my problem and solved without crazy hacks )))