Add useForeground to TouchableNativeFeedback (#18617)

This commit is contained in:
Diogo do Carmo
2017-08-04 16:47:23 -07:00
committed by Sheetal Nandi
parent 5467f51f78
commit c04b681612
+1
View File
@@ -4512,6 +4512,7 @@ export interface TouchableNativeFeedbackProperties extends TouchableWithoutFeedb
* type is available on Android API level 21+
*/
background?: BackgroundPropType
useForeground?: boolean
}
/**