Skip to content
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

[Touch] Suite of touchable events on TouchableHighlight/Opacity #102

Closed
wants to merge 1 commit into from
Closed

[Touch] Suite of touchable events on TouchableHighlight/Opacity #102

wants to merge 1 commit into from

Conversation

ide
Copy link
Contributor

@ide ide commented Feb 26, 2015

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 #101.

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.
@vjeux
Copy link
Contributor

vjeux commented Feb 26, 2015

Lgtm :)

@vjeux
Copy link
Contributor

vjeux commented Feb 26, 2015

Landing internally

@ide
Copy link
Contributor Author

ide commented Mar 2, 2015

Shipped in 258c6b1

@ide ide closed this Mar 2, 2015
@ide ide deleted the touchable-components branch March 18, 2015 20:52
vjeux pushed a commit to vjeux/react-native that referenced this pull request 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 pull request 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 pull request 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.
react-one pushed a commit to react-one/react-native that referenced this pull request Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add onPressIn/Out and onLongPress props to TouchableHighlight/Opacity
2 participants