Description
When using the selectable prop on a Text component, the selection behavior doesn’t work on iOS 26 as expected. It doesn’t highlight the text with a selection color or allow proper text selection — it only shows the copy menu.
Note:
- Discovered on my iphone 13 ios 26.2. Used to work before doing the upgrade on my iphone.
- Using RN with Expo
Steps to reproduce
- Long press on a Text component with the
selectable prop.
React Native Version
0.81.5
Affected Platforms
Runtime - iOS
Output of npx @react-native-community/cli info
Stacktrace or Logs
MANDATORY Reproducer
https://github.com/yafkari/ios-selectable-text-not-working
Screenshots and Videos
No response
Description
When using the selectable prop on a Text component, the selection behavior doesn’t work on iOS 26 as expected. It doesn’t highlight the text with a selection color or allow proper text selection — it only shows the copy menu.
Note:
Steps to reproduce
selectableprop.React Native Version
0.81.5
Affected Platforms
Runtime - iOS
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
https://github.com/yafkari/ios-selectable-text-not-working
Screenshots and Videos
No response