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

[react-native] Add TouchableBounce to react-native exports #1545

Closed
wants to merge 1 commit into from
Closed

[react-native] Add TouchableBounce to react-native exports #1545

wants to merge 1 commit into from

Conversation

brentvatne
Copy link
Collaborator

Can cause confusion to not have it here, as per #1542

@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Jun 7, 2015
@ide
Copy link
Contributor

ide commented Jun 7, 2015

@vjeux was TouchableBounce excluded because it's not part of the platform UI conventions?

@vjeux
Copy link
Contributor

vjeux commented Jun 7, 2015

Hmmm, we made the explicit decision not to put TouchableBounce in the open source repo, must have slept back in by mistake.

The problem with this component is that it looks very good when you are prototyping so people tend to use it a lot. But it is a very cheap component when used all over your app.

Would be nice to put it in an npm repo so that people can use it but not as part of the stdlib

@brentvatne
Copy link
Collaborator Author

@vjeux - I think it snuck in because of the 2048 example. Agreed, this would be nice as an external lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants