react-native-gifted-chat
react-native-gifted-chat copied to clipboard
New app with expo sdk v49 gives Layout Animation error
Issue Description
I copied the example code in the README.md exactly and ended up with this issue
Steps to Reproduce / Code Snippets
- Copy the code from the
README.mdinto a new expo router project - Click on the
TextInputcomponent at the bottom of the screen - 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
this issue belong to LayoutAnimation API, just search inside project about LayoutAnimation and comment it first
it's also just a warning, not cause crash. Use LogBox.ignoreAllLog() to avoid it
I'm currently facing the same issue. the makes the keyboard animation lag @ansh have you found a work around
@Code-Victor No it's still happening. No response from maintainers unfortunately...
Same issue here :(