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 65aed1a commit 74221bfCopy full SHA for 74221bf
typings/index.d.ts
@@ -69,9 +69,9 @@ export interface ViewPagerProps {
69
*/
70
pageMargin?: number;
71
72
- style?: ReactNative.StyleProp<ReactNative.ViewStyle>
+ style?: ReactNative.StyleProp<ReactNative.ViewStyle>;
73
74
- children?: React.ReactChildren
+ children: React.ReactNode;
75
76
/**
77
* If a parent `View` wants to prevent a child `View` from becoming responder
0 commit comments