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 db65dfb commit b45040dCopy full SHA for b45040d
src/__tests__/to-be-disabled.js
@@ -4,6 +4,7 @@ import {
4
TouchableHighlight,
5
TouchableOpacity,
6
TouchableWithoutFeedback,
7
+ TouchableNativeFeedback,
8
View,
9
TextInput,
10
Pressable,
@@ -17,6 +18,7 @@ const ALLOWED_COMPONENTS = {
17
18
19
20
21
22
23
};
24
src/to-be-disabled.js
@@ -12,6 +12,7 @@ const DISABLE_TYPES = [
12
'TouchableHighlight',
13
'TouchableOpacity',
14
'TouchableWithoutFeedback',
15
+ 'TouchableNativeFeedback',
16
'View',
'TextInput',
'Pressable',
0 commit comments