mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ef765d423c
Summary: This is just cleanup. When I migrated components to `Pressability` instead of `Touchable`, I left `TOUCH_TARGET_DEBUG` alone to minimize moving pieces. But I had created `PressabilityDebug` as the eventual destination for this logic. Now that `Text` is migrated away from `Touchable` (see D26106824 (https://github.com/facebook/react-native/commit/f275514f275fdc404a853a1a2ab46620eea484f0)), this cleans up the final internal reference to `Touchable`. Changelog: [General][Changed] - `Touchable.renderDebugView` now accepts `ColorValue` instead of `string | number`. [General][Removed] - Removed `Touchable.TOUCH_TARGET_DEBUG` property. Reviewed By: kacieb Differential Revision: D26108570 fbshipit-source-id: 2694c9a9c29182ae04a77ba6c2e4406fcd5a277e