Files
react-native/Libraries
Eric Rozell f3bf2e4f51 Add isPressable native prop to Text
Summary:
react-native-windows currently needs to maintain a fork of TextNativeComponent to wire through a native-only prop for `isPressable`.

The reason we do this on Windows is that we implement an optimization so we only attempt to hit test a virtual Text node if it is actually pressable, leading to significant perf improvement for pointer events (e.g., onMouseEnter / onMouseLeave) on Text.

Changelog:
[General][Added] - Native-only prop to optimize text hit testing on some RN platforms

Reviewed By: JoshuaGross

Differential Revision: D32564637

fbshipit-source-id: bf47c68d94a930d2c620cb3b1584355c5e412bd4
2021-11-30 21:55:39 -08:00
..
2021-11-17 20:35:19 -08:00
2021-11-10 15:40:15 -08:00
2021-11-10 15:40:15 -08:00
2021-11-10 15:40:15 -08:00
2021-09-28 14:50:41 -07:00
2021-07-01 09:04:46 -07:00
2021-11-30 21:55:39 -08:00
2021-08-26 01:06:44 -07:00
2021-04-26 22:57:55 -07:00
2021-11-10 15:40:15 -08:00
2021-08-24 07:21:56 -07:00