Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit c746596

Browse files
author
Brandon Carroll
committed
fix(events): add picker events to the event map
1 parent bca8d19 commit c746596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const eventMap = {
2727
],
2828
Image: ['error', 'layout', 'load', 'loadEnd', 'loadStart', 'partialLoad', 'progress'],
2929
Modal: ['dismiss', 'orientationChange', 'requestClose', 'show'],
30+
Picker: [...viewEvents, 'valueChange'],
3031
RefreshControl: [...viewEvents, 'refresh'],
3132
SafeAreaView: [...viewEvents],
3233
ScrollView: [

0 commit comments

Comments
 (0)