wix / react-native-ui-lib

UI Components Library for React Native

Home Page:https://wix.github.io/react-native-ui-lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyboardAccessoryView when connect to the external keyboard to the iPad and the ios app will stuck

HarshaUdaraSandaru opened this issue · comments

Description

Related to

  • Components
  • Demo
  • Docs
  • Typings

Steps to reproduce

Expected behavior

Actual behavior

More Info

Code snippet

<KeyboardAccessoryView
        renderContent={keyboardAccessoryViewContent}
        onHeightChanged={height =>
          setKeyboardAccessoryViewHeight(IsIOS ? height : undefined)
        }
        trackInteractive={true}
        kbInputRef={textInputRef && receivedKeyboard ? textInputRef : null}
        kbComponent={customKeyboard?.component || undefined}
        kbInitialProps={customKeyboard?.initialProps || undefined}
        onItemSelected={onKeyboardItemSelected}
        onKeyboardResigned={onKeyboardResigned}
        revealKeyboardInteractive={false}
      />

Screenshots/Video

Environment

  • React Native version:
  • React Native UI Lib version:

Affected platforms

  • Android
  • iOS
  • Web