-
I wanted to set the userSelect property on a TouchableOpacity component, but it seems to automatically default to 'none'. I am considering the scenario where the code is running on the web. I thought the following might be related to this issue:
Is it possible to set the userSelect property in this config from within the TouchableOpacity component? |
Beta Was this translation helpful? Give feedback.
Answered by
m-bert
Mar 18, 2024
Replies: 1 comment 1 reply
-
@m-bert |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're right, currently it is not possible to apply this property. However, this PR makes it possible!