File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ export default class ActionButton extends Component {
200
200
] }
201
201
>
202
202
< Touchable
203
+ rejectResponderTermination
203
204
testID = { this . props . testID }
204
205
accessible = { this . props . accessible }
205
206
accessibilityLabel = { this . props . accessibilityLabel }
@@ -301,6 +302,7 @@ export default class ActionButton extends Component {
301
302
_renderTappableBackground ( ) {
302
303
return (
303
304
< TouchableOpacity
305
+ rejectResponderTermination
304
306
activeOpacity = { 1 }
305
307
style = { this . getOverlayStyles ( ) }
306
308
onPress = { this . reset . bind ( this ) }
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ export default class ActionButtonItem extends Component {
110
110
>
111
111
< View >
112
112
< Touchable
113
+ rejectResponderTermination
113
114
testID = { this . props . testID }
114
115
accessibilityLabel = { this . props . accessibilityLabel }
115
116
background = { touchableBackground (
@@ -181,6 +182,7 @@ export default class ActionButtonItem extends Component {
181
182
182
183
return (
183
184
< TextTouchable
185
+ rejectResponderTermination
184
186
background = { touchableBackground (
185
187
this . props . nativeFeedbackRippleColor ,
186
188
this . props . fixNativeFeedbackRadius
You can’t perform that action at this time.
0 commit comments