ardaogulcan / react-native-keyboard-accessory

A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.
MIT License
527 stars 64 forks source link

Attempt to fix LayoutAnimation Warning (#76) #88

Open eminsr opened 2 years ago

eminsr commented 2 years ago

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

Attempt to fix the warning by saving the animating status in state and only running the animation if it's not already animating.