Skip to content

Commit 5a66d15

Browse files
committed
Merge branch '@latekvo/release-2.27.1' of https://github.com/software-mansion/react-native-gesture-handler into @latekvo/release-2.27.1
2 parents a9355f1 + fec0ba1 commit 5a66d15

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • apps/common-app/src/release_tests/combo

apps/common-app/src/release_tests/combo/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import { PressBox } from '../../basic/multitap';
2828

2929
import { LoremIpsum } from '../../common';
3030

31-
const CHILD_REF = 'CHILD_REF';
32-
3331
const WrappedSlider = createNativeWrapper(Slider, {
3432
shouldCancelWhenOutside: false,
3533
shouldActivateOnStart: true,
@@ -85,9 +83,7 @@ class TouchableHighlight extends Component<
8583
: 1,
8684
}}>
8785
{/* @ts-ignore not typed properly? */}
88-
{React.cloneElement(React.Children.only(this.props.children), {
89-
ref: CHILD_REF,
90-
})}
86+
{React.cloneElement(React.Children.only(this.props.children))}
9187
</View>
9288
</View>
9389
</TapGestureHandler>

0 commit comments

Comments
 (0)