-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add onPressIn/Out and onLongPress props to TouchableHighlight/Opacity #101
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
Yeah, just didn't get around to it :)
|
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 13, 2015
Summary: The following props are now supported on TouchableHighlight/Opacity components: - onPress (was there before) - onPressIn - onPressOut - onLongPress There is a `TouchableFeedbackPropType` that is shared amongst the Touchable family for consistency. Added UIExplorer example to demonstrate and test. Fixes facebook#101. Closes facebook#102 Github Author: James Ide <ide@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 14, 2015
Summary: The following props are now supported on TouchableHighlight/Opacity components: - onPress (was there before) - onPressIn - onPressOut - onLongPress There is a `TouchableFeedbackPropType` that is shared amongst the Touchable family for consistency. Added UIExplorer example to demonstrate and test. Fixes facebook#101. Closes facebook#102 Github Author: James Ide <ide@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 15, 2015
Summary: The following props are now supported on TouchableHighlight/Opacity components: - onPress (was there before) - onPressIn - onPressOut - onLongPress There is a `TouchableFeedbackPropType` that is shared amongst the Touchable family for consistency. Added UIExplorer example to demonstrate and test. Fixes facebook#101. Closes facebook#102 Github Author: James Ide <ide@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This would let TouchableHighlight/Opacity be supersets of TouchableWithoutFeedback while still retaining the highlight / fade behavior. Does this make sense? I will send a PR if so.
The text was updated successfully, but these errors were encountered: