react-native-keyboard-accessory
react-native-keyboard-accessory copied to clipboard
Attempt to fix LayoutAnimation Warning (#76)
#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.