From c04b681612d2ec9e1ffa652d5cd89a081abe5c83 Mon Sep 17 00:00:00 2001 From: Diogo do Carmo Date: Fri, 4 Aug 2017 20:47:23 -0300 Subject: [PATCH] Add `useForeground` to `TouchableNativeFeedback` (#18617) --- types/react-native/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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 } /**