react-native-keyboard-input: iOSScrollBehavior not working in certain cases

Hi,

I don’t have a gist (yet) with a repro but we are experiencing cases where ScrollToBottomInvertedOnlyand FixedOffset iOSScrollBehavior fail. In these cases the keyboard acts like `BehaviorNone.

  • when I open a chat-room while the JS thread is very busy (simulator only)
  • when I open a chat-room through resetting my navigation experimental route stack instead of opening it by simply push a new route.

I know this is kind of a long shot but do you have any idea why this could be happening or can suggest what to investigate?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 22 (11 by maintainers)

Commits related to this issue

Most upvoted comments

@artald thanks and no problem, I can use my own fork until then.