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

WARN Warning: Overriding previous layout animation with new one before the first began: #76

Open
icecapp opened this issue Sep 3, 2021 · 3 comments

Comments

@icecapp
Copy link

icecapp commented Sep 3, 2021

I am getting this error on iOS simulator, but have no animation setup elsewhere and minimal external deps

  return (
    <SafeAreaView edges={['right', 'left', 'bottom']} style={styles.flex}>
      <ChatWall messages={directMessages} myId={user.id} />
      <KeyboardAccessoryView alwaysVisible inSafeAreaView androidAdjustResize>
        <ChatInput onSendPayload={sendPayload} />
      </KeyboardAccessoryView>
    </SafeAreaView>
  );

Any ideas what this could be ?

@icecapp
Copy link
Author

icecapp commented Sep 3, 2021

bug in my code

@icecapp icecapp closed this as completed Sep 3, 2021
@icecapp
Copy link
Author

icecapp commented Sep 4, 2021

this actually keeps coming up sporadically. any ideas ?

@icecapp icecapp reopened this Sep 4, 2021
@JakeSidSmith
Copy link

I'm also experiencing this. Only appears to happen when hitting enter on a text input though (and subsequently the input is blurred).

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

2 participants