Skip to content

Commit 187be7c

Browse files
committed
Update PressableExample
1 parent daad2f3 commit 187be7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/rn-tester/js/examples/Pressable/PressableExample.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ function PressableFeedbackEvents() {
127127
onHoverOut={() => appendEvent('hoverOut')}
128128
onFocus={() => appendEvent('focus')}
129129
onBlur={() => appendEvent('blur')}
130+
onDragEnter={() => appendEvent('dragEnter')}
131+
onDragLeave={() => appendEvent('dragLeave')}
132+
onDrop={() => appendEvent('drop')}
133+
draggedTypes={'fileUrl'}
130134
// macOS]
131135
onPress={() => appendEvent('press')}
132136
onPressIn={() => appendEvent('pressIn')}

0 commit comments

Comments
 (0)