diff --git a/src/__tests__/to-be-disabled.js b/src/__tests__/to-be-disabled.js index b449c6a..cad5186 100644 --- a/src/__tests__/to-be-disabled.js +++ b/src/__tests__/to-be-disabled.js @@ -4,6 +4,7 @@ import { TouchableHighlight, TouchableOpacity, TouchableWithoutFeedback, + TouchableNativeFeedback, View, TextInput, Pressable, @@ -17,6 +18,7 @@ const ALLOWED_COMPONENTS = { TouchableHighlight, TouchableOpacity, TouchableWithoutFeedback, + TouchableNativeFeedback, Pressable, }; diff --git a/src/to-be-disabled.js b/src/to-be-disabled.js index 3ac9fa9..1a58dac 100644 --- a/src/to-be-disabled.js +++ b/src/to-be-disabled.js @@ -12,6 +12,7 @@ const DISABLE_TYPES = [ 'TouchableHighlight', 'TouchableOpacity', 'TouchableWithoutFeedback', + 'TouchableNativeFeedback', 'View', 'TextInput', 'Pressable',