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

Layout animation collision on Alert call with KeyboardAvoidingView #10606

Closed
kirillpisarev opened this issue Oct 28, 2016 · 15 comments
Closed

Layout animation collision on Alert call with KeyboardAvoidingView #10606

kirillpisarev opened this issue Oct 28, 2016 · 15 comments
Labels
Component: TextInput Related to the TextInput component. Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@kirillpisarev
Copy link

kirillpisarev commented Oct 28, 2016

Description

Calling Alert with focused TextInput (Keyboard is open) wrapped in KeyboardAvoidingView causes warning:

Warning: Overriding previous layout animation with new one before the first began:
{
    duration = 250;
    update =     {
        duration = 250;
        type = keyboard;
    };
} -> {
    duration = 404;
    update =     {
        duration = 404;
        type = keyboard;
    };
}.

And should input become focused after alert dismiss or not? Now i do it manually but in older versions seems it was automatically

Reproduction

https://rnplay.org/apps/5lB8-A

Additional Information

  • React Native version: 0.36
  • Platform: iOS 10
  • Operating System: MacOS
@perrosnk

This comment has been minimized.

@edo1493

This comment has been minimized.

@shergin shergin added the Platform: iOS iOS applications. label Mar 16, 2017
@neiker

This comment has been minimized.

@askarhu

This comment has been minimized.

@shergin shergin self-assigned this Jul 9, 2017
@hramos

This comment has been minimized.

@hramos hramos added the Icebox label Sep 21, 2017
@hramos hramos closed this as completed Sep 21, 2017
@shergin shergin removed their assignment Sep 23, 2017
@anonrig

This comment has been minimized.

@tbazko

This comment has been minimized.

@anand-neema

This comment has been minimized.

@suhabaobaid
Copy link

Anything new on this issue? I am facing the same thing and would like to get rid of the warning

@hramos hramos removed the Icebox label Mar 8, 2018
@hramos hramos removed the Platform: macOS Building on macOS. label Mar 29, 2018
@ankur-sardar

This comment has been minimized.

@ghost
Copy link

ghost commented Jun 22, 2018

I am facing same issue on IOS

@hramos hramos added Component: TextInput Related to the TextInput component. Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. and removed ⏪Old Version labels Aug 8, 2018
@stale
Copy link

stale bot commented Dec 21, 2018

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 21, 2018
@stale
Copy link

stale bot commented Dec 28, 2018

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Dec 28, 2018
@neiker
Copy link

neiker commented Dec 28, 2018

I kinda hate that bot.

@anonrig
Copy link

anonrig commented Dec 28, 2018

@neiker Me too brother. Me too...

@facebook facebook locked as resolved and limited conversation to collaborators Dec 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: TextInput Related to the TextInput component. Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests