A framework for building native applications using React
Fix isClickable state for TextViews after recycling (#54708)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54708 Changelog: [Android][Fixed] - Fix isClickable state for TextViews after recycling This change ensures TextViews don't have `isClickable=true` by default when views are recycled. Setting `isClickable=true` on TextViews semantically implies they should occlude what's behind them, which is only correct when the text has a click listener attached. Reviewed By: cortinico Differential Revision: D87927350 fbshipit-source-id: e6ef25996213c5ca0a2b7f5435a193a480b48cb4
F
Fabrizio Cucci committed
cf3af8bf4ac99f8671036addeb60df101197d5b7
Parent: 9ec4177
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 11/26/2025, 5:04:50 PM