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.
2 parents a9355f1 + fec0ba1 commit 5a66d15Copy full SHA for 5a66d15
1 file changed
apps/common-app/src/release_tests/combo/index.tsx
@@ -28,8 +28,6 @@ import { PressBox } from '../../basic/multitap';
28
29
import { LoremIpsum } from '../../common';
30
31
-const CHILD_REF = 'CHILD_REF';
32
-
33
const WrappedSlider = createNativeWrapper(Slider, {
34
shouldCancelWhenOutside: false,
35
shouldActivateOnStart: true,
@@ -85,9 +83,7 @@ class TouchableHighlight extends Component<
85
83
: 1,
86
84
}}>
87
{/* @ts-ignore not typed properly? */}
88
- {React.cloneElement(React.Children.only(this.props.children), {
89
- ref: CHILD_REF,
90
- })}
+ {React.cloneElement(React.Children.only(this.props.children))}
91
</View>
92
93
</TapGestureHandler>
0 commit comments