Add draggable
prop to <Text />
#2655
Labels
enhancement
Requires extension or creation of new React Native API
draggable
prop to <Text />
#2655
Is there an existing request?
Describe the feature request
Hi,
I'm trying to make a draggable text component, and as I looked at the source code,
draggable
prop which is supported byp
,div
, andspan
is not handled in the/react-native-web/src/exports/Text/index.js
in this file there's a list of accepted props:
I have tested it and adding it to the list fixes the issue.
Is it possible to add
draggable
to this list as well? or if this is not possible could you please guide me on how to fix this without usingpatch-package
? I'm adding drag/drop text support to my package and asking every user to use patch package is not idealPS: I have already tried
dataSet
prop andsetNativeProps
but none of them works here.The text was updated successfully, but these errors were encountered: