facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
117.1k stars 24.07k forks source link

Absolutely positioned TextInput unrespondable after hiding the keyboard with the button #42968

Open TMaszko opened 4 months ago

TMaszko commented 4 months ago

Description

Absolutely positioned TextInput component (with position: 'absolute') is unrespondable after hiding keyboard with the button on Android.

Steps to reproduce

  1. Open provided snack or create TextInput with position: 'absolute'
  2. Press on the TextInput
  3. Hide keyboard with the keyboard button on Android
  4. Try to press TextInput to open the keyboard again

React Native Version

0.72.10

Affected Platforms

Runtime - Android

Output of npx react-native info

Only tried on snack so far. Will provide output of `npx react-native info` soon.

Stacktrace or Logs

I don't have any logs yet. I'll try to reproduce it without expo in the bare react-native app soon.

Reproducer

https://snack.expo.dev/@tmaszko/rn-absolute-text-input

Screenshots and Videos

No response

github-actions[bot] commented 4 months ago
:warning: Newer Version of React Native is Available!
:information_source: You are on a supported minor version, but it looks like there's a newer patch available - 0.72.10. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
Pradnyeshp commented 4 months ago

Any updates on the issue ?