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

Unimplemented component: <KeyboardGestureArea> #841

Open
zollipaul opened this issue Feb 28, 2025 · 1 comment
Open

Unimplemented component: <KeyboardGestureArea> #841

zollipaul opened this issue Feb 28, 2025 · 1 comment
Assignees
Labels
🏭 fabric Changes specific to new (fabric/jsi) architecture 👆 interactive keyboard Anything related to interactive keyboard dismissing 🍎 iOS iOS specific

Comments

@zollipaul
Copy link

Description of the bug
When using the KeyboardGestureArea component from react-native-keyboard-controller with the interpolator prop set to "ios", an error occurs, causing the UI to break.

import { KeyboardGestureArea } from 'react-native-keyboard-controller';

<KeyboardGestureArea interpolator="ios" >
  {children}
</KeyboardGestureArea>

To Reproduce
Steps to reproduce the behavior:

  1. Ensure React Native new architecture is enabled.
  2. Add react-native-keyboard-controller v1.16.5 and react-native-reanimated v3.17.0.
  3. Implement KeyboardGestureArea component.
  4. Run the application.
  5. Observe the error displayed in the UI.

Expected behavior
The component should render normally without errors and smoothly handle keyboard gestures.

Screenshots
Image

Smartphone:
Device: Simulator
OS: 18.1
RN version: 0.77.1
RN architecture: new (Fabric)
JS engine: Hermes
Library version: react-native-keyboard-controller 1.16.5, react-native-reanimated 3.17.0

Additional context
This issue only occurs with the new architecture enabled.

@kirillzyusko
Copy link
Owner

@zollipaul Hm, strange
I definitely tested this in example project and it was working fine. Would you mind to prepare a reproduction example? Maybe there is some configuration issues?

@kirillzyusko kirillzyusko added 🍎 iOS iOS specific 🏭 fabric Changes specific to new (fabric/jsi) architecture 👆 interactive keyboard Anything related to interactive keyboard dismissing labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏭 fabric Changes specific to new (fabric/jsi) architecture 👆 interactive keyboard Anything related to interactive keyboard dismissing 🍎 iOS iOS specific
Projects
None yet
Development

No branches or pull requests

2 participants