Include feedContext in DOM as data- (#4206)
This commit is contained in:
parent
f7ee532a85
commit
fa039e542d
2 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,7 @@ interface Props extends ComponentProps<typeof TouchableOpacity> {
|
|||
hoverStyle?: StyleProp<ViewStyle>
|
||||
noFeedback?: boolean
|
||||
asAnchor?: boolean
|
||||
dataSet?: Object | undefined
|
||||
anchorNoUnderline?: boolean
|
||||
navigationAction?: 'push' | 'replace' | 'navigate'
|
||||
onPointerEnter?: () => void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue