We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d2b0 commit f1c03bfCopy full SHA for f1c03bf
packages/rn-tester/js/examples/Pressable/PressableExample.js
@@ -127,6 +127,10 @@ function PressableFeedbackEvents() {
127
onHoverOut={() => appendEvent('hoverOut')}
128
onFocus={() => appendEvent('focus')}
129
onBlur={() => appendEvent('blur')}
130
+ onDragEnter={() => appendEvent('dragEnter')}
131
+ onDragLeave={() => appendEvent('dragLeave')}
132
+ onDrop={() => appendEvent('drop')}
133
+ draggedTypes={'fileUrl'}
134
// macOS]
135
onPress={() => appendEvent('press')}
136
onPressIn={() => appendEvent('pressIn')}
0 commit comments