We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383cec2 commit 2869bc5Copy full SHA for 2869bc5
src/incubator/TouchableOpacity.tsx
@@ -58,6 +58,7 @@ export type TouchableOpacityProps = {
58
children?: React.ReactNode;
59
onLayout?: (event: LayoutChangeEvent) => void;
60
testID?: string;
61
+ nativeID?: string;
62
};
63
64
type Props = PropsWithChildren<TouchableOpacityProps & BaseComponentInjectedProps & ForwardRefInjectedProps>;
0 commit comments