Skip to content

Commit

Permalink
Add onChange to set of Gesture Handler builder methods (software-ma…
Browse files Browse the repository at this point in the history
…nsion#2809)

## Description

Add `onChange` to set of Gesture Handler builder methods in the Babel plugin.
Related PR: software-mansion/react-native-gesture-handler#1802
  • Loading branch information
j-piasecki authored and aeddi committed Mar 22, 2022
1 parent b5c4368 commit 867399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const gestureHandlerBuilderMethods = new Set([
'onEnd',
'onFinalize',
'onUpdate',
'onChange',
'onTouchesDown',
'onTouchesMove',
'onTouchesUp',
Expand Down

0 comments on commit 867399f

Please sign in to comment.