react-native-keyboard-accessory icon indicating copy to clipboard operation
react-native-keyboard-accessory copied to clipboard

Attempt to fix LayoutAnimation Warning (#76)

Open eminsr opened this issue 3 years ago • 0 comments

#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.

eminsr avatar Apr 27 '22 08:04 eminsr