Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 7 tasks
HarshaUdaraSandaru opened this issue Oct 16, 2023 · 1 comment
Labels
bug a bug in one of the components wontfix

Comments

@HarshaUdaraSandaru
Copy link

HarshaUdaraSandaru commented Oct 16, 2023

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
@HarshaUdaraSandaru HarshaUdaraSandaru added the bug a bug in one of the components label Oct 16, 2023
Copy link

stale bot commented Feb 1, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components wontfix
Projects
None yet
Development

No branches or pull requests

1 participant