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 a426efa commit 8a2f247Copy full SHA for 8a2f247
js/SegmentedControlIOS.ios.js
@@ -84,8 +84,10 @@ const styles = StyleSheet.create({
84
},
85
});
86
87
-// $FlowFixMe
88
-const SegmentedControlIOSWithRef = React.forwardRef(
+const SegmentedControlIOSWithRef = React.forwardRef<
+ SegmentedControlIOSProps,
89
+ RNCSegmentedControlNativeComponent,
90
+>(
91
(
92
props: SegmentedControlIOSProps,
93
forwardedRef: ?React.Ref<typeof RNCSegmentedControlNativeComponent>,
0 commit comments