mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove testID from TS ViewStyle
Summary: testID isn't a valid prop to exist on a style. Changelog: [General][Fixed] - Remove testID from TS ViewStyle Reviewed By: necolas Differential Revision: D42040627 fbshipit-source-id: d51b0dc7abff14ac72f71753ea1ae708e0858590
This commit is contained in:
committed by
Riccardo Cipolleschi
parent
1b5066c21d
commit
172f23a2ee
-1
@@ -236,7 +236,6 @@ export interface ViewStyle extends FlexStyle, ShadowStyleIOS, TransformsStyle {
|
||||
borderTopWidth?: number | undefined;
|
||||
borderWidth?: number | undefined;
|
||||
opacity?: number | undefined;
|
||||
testID?: string | undefined;
|
||||
/**
|
||||
* Sets the elevation of a view, using Android's underlying
|
||||
* [elevation API](https://developer.android.com/training/material/shadows-clipping.html#Elevation).
|
||||
|
||||
Reference in New Issue
Block a user