Skip to content

Commit 454f9dc

Browse files
NickGerlemanfacebook-github-bot
authored andcommitted
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
1 parent 52f4ff7 commit 454f9dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Libraries/StyleSheet/StyleSheetTypes.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ export interface ViewStyle extends FlexStyle, ShadowStyleIOS, TransformsStyle {
248248
borderTopWidth?: number | undefined;
249249
borderWidth?: number | undefined;
250250
opacity?: number | undefined;
251-
testID?: string | undefined;
252251
/**
253252
* Sets the elevation of a view, using Android's underlying
254253
* [elevation API](https://developer.android.com/training/material/shadows-clipping.html#Elevation).

0 commit comments

Comments
 (0)