Skip to content

Commit 2869bc5

Browse files
authored
TouchableOpacity - adding nativeID prop (#2915)
1 parent 383cec2 commit 2869bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/incubator/TouchableOpacity.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export type TouchableOpacityProps = {
5858
children?: React.ReactNode;
5959
onLayout?: (event: LayoutChangeEvent) => void;
6060
testID?: string;
61+
nativeID?: string;
6162
};
6263

6364
type Props = PropsWithChildren<TouchableOpacityProps & BaseComponentInjectedProps & ForwardRefInjectedProps>;

0 commit comments

Comments
 (0)