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

New app with expo sdk v49 gives Layout Animation error #2468

Open
ansh opened this issue Dec 9, 2023 · 5 comments
Open

New app with expo sdk v49 gives Layout Animation error #2468

ansh opened this issue Dec 9, 2023 · 5 comments

Comments

@ansh
Copy link

ansh commented Dec 9, 2023

Issue Description

I copied the example code in the README.md exactly and ended up with this issue

Steps to Reproduce / Code Snippets

  1. Copy the code from the README.md into a new expo router project
  2. Click on the TextInput component at the bottom of the screen
  3. It gives these animation errors
Overriding previous layout animation with new one
before the first began:
<ABI49_0_ORCTLayoutAnimationGroup:
0x600001658cc0; creatingLayoutAnimation: (null);
updatingLayoutAnimation:
<ABI49_0_ORCTLayoutAnimation: 0x60000573b4c0;
duration: 0.250000; delay: 0.000000; property: (null);
spring Damping: 0.000000; initialVelocity: 0.000000;
animationType: 5;>; deletingLayoutAnimation: (null) >
-> (null).

Expected Results

It works without any errors

Additional Information

  • Nodejs version: 18.18.2
  • React version: 18.2.0
  • React Native version: 0.72.6
  • react-native-gifted-chat version: 2.4.0
  • Platform(s) (iOS, Android, or both?): iOS
  • TypeScript version: 5.1.3
@fukemy
Copy link

fukemy commented Dec 13, 2023

this issue belong to LayoutAnimation API, just search inside project about LayoutAnimation and comment it first

@fukemy
Copy link

fukemy commented Dec 13, 2023

it's also just a warning, not cause crash. Use LogBox.ignoreAllLog() to avoid it

@Code-Victor
Copy link

I'm currently facing the same issue.
the makes the keyboard animation lag
@ansh have you found a work around

@ansh
Copy link
Author

ansh commented Jan 24, 2024

@Code-Victor No it's still happening. No response from maintainers unfortunately...

@jossalgon
Copy link

Same issue here :(

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