**Describe the bug** When I select text and press "Share" on Android the keyboard is getting closed, but it looks like the lib is not emitting events. **Code snippet** Example app with chat screen **Repo for reproducing** You can use example app **To Reproduce** Steps to reproduce the behavior: 1. Press on `TextInput` 2. Type something inside the input 3. Select the text and press "Share" 4. See how keyboard gets closed but input stays in the same position **Expected behavior** Input should follow keyboard position **Screenshots** https://github.com/user-attachments/assets/b223b9c8-12a5-4e42-846a-9e167c5bc70c **Smartphone (please complete the following information):** - Desktop OS: MacOS 26.0 - Device: Pixel 7 Pro - OS: Android 16 - RN version: 0.78 - RN architecture: old - JS engine: Hermes - Library version: 1.17.5 **Additional context** Maybe `if`-conditions inside keyboard callback filter that event somehow 🤷♂
Describe the bug
When I select text and press "Share" on Android the keyboard is getting closed, but it looks like the lib is not emitting events.
Code snippet
Example app with chat screen
Repo for reproducing
You can use example app
To Reproduce
Steps to reproduce the behavior:
TextInputExpected behavior
Input should follow keyboard position
Screenshots
screen-20250703-134156.mp4
Smartphone (please complete the following information):
Additional context
Maybe
if-conditions inside keyboard callback filter that event somehow 🤷♂