From 27646c6d509b78b2813dd631d20ab48afebe46ff Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Sat, 12 May 2018 17:20:09 -0300 Subject: [PATCH] [react-native] Remove references of ScrollViewStyle --- types/react-native-snap-carousel/index.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/types/react-native-snap-carousel/index.d.ts b/types/react-native-snap-carousel/index.d.ts index 4b54a480f6..5b5406f6fa 100644 --- a/types/react-native-snap-carousel/index.d.ts +++ b/types/react-native-snap-carousel/index.d.ts @@ -14,7 +14,6 @@ import { NativeScrollEvent, StyleProp, ScrollViewProps, - ScrollViewStyle, ViewStyle, ImageProps, FlatListProps @@ -180,11 +179,11 @@ export interface CarouselProps extends React.Props { /** * Optional styles for Scrollview's global wrapper */ - containerCustomStyle?: StyleProp; + containerCustomStyle?: StyleProp; /** * Optional styles for Scrollview's items container */ - contentContainerCustomStyle?: StyleProp; + contentContainerCustomStyle?: StyleProp; /** * Value of the opacity effect applied to inactive slides */