diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 2a88c83e42..697b212134 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -4512,6 +4512,7 @@ export interface TouchableNativeFeedbackProperties extends TouchableWithoutFeedb * type is available on Android API level 21+ */ background?: BackgroundPropType + useForeground?: boolean } /**