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

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

Open icecapp opened 3 years ago

icecapp commented 3 years ago

I am getting this error on iOS simulator, but have no animation setup elsewhere and minimal external deps

  return (
    <SafeAreaView edges={['right', 'left', 'bottom']} style={styles.flex}>
      <ChatWall messages={directMessages} myId={user.id} />
      <KeyboardAccessoryView alwaysVisible inSafeAreaView androidAdjustResize>
        <ChatInput onSendPayload={sendPayload} />
      </KeyboardAccessoryView>
    </SafeAreaView>
  );

Any ideas what this could be ?

icecapp commented 3 years ago

bug in my code

icecapp commented 3 years ago

this actually keeps coming up sporadically. any ideas ?

JakeSidSmith commented 2 years ago

I'm also experiencing this. Only appears to happen when hitting enter on a text input though (and subsequently the input is blurred).