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

Using keyboardAvoiding view with react-native-credit-card-input, got warning: overriding previous layout animation with new one before the first began #13

Closed
sherryxiao1988 opened this issue Oct 31, 2016 · 3 comments

Comments

@sherryxiao1988
Copy link

The warning is attached:
image

The app works fine, but this warning comes up. Can anyone help?
Thank you!

@sbycrosz
Copy link
Owner

sbycrosz commented Nov 3, 2016

It seems RN doesn't like it when there's more than a single LayoutAnimation call at the same time.
I'm not entirely sure how to fix this annoying warning, but PRs are welcome 🍺

@j-mendez
Copy link

Wrap it inside a scrollView as well. It should be KeyBoardAvoidingView > ScrollView > CardInput

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

No branches or pull requests

4 participants