We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using react-native 5.0.0
The text was updated successfully, but these errors were encountered:
@olivierlesnicki - you can require it using var TouchableBounce = require('TouchableBounce') - it isn't currently included in the react-native export.
var TouchableBounce = require('TouchableBounce')
See https://rnplay.org/apps/q8c-hg for an example
Sorry, something went wrong.
I get the following issue when trading a TouchableHighlight with a TouchableBounce
undefined is not an object (evaluating RCTAnimationManager.startAnimation) startAnimation AnimationExperimental.js:59
@olivierlesnicki - you will need to link Libraries/Animation/RCTAnimationExperimental.xcodeproj with your project
Libraries/Animation/RCTAnimationExperimental.xcodeproj
No branches or pull requests
I'm using react-native 5.0.0
The text was updated successfully, but these errors were encountered: