diff --git a/index.d.ts b/index.d.ts index 10560a16..8efc6287 100644 --- a/index.d.ts +++ b/index.d.ts @@ -49,6 +49,8 @@ declare module 'react-native-swiper' { height?: number // See default style in source. style?: StyleProp + // Customize the ScrollView style + scrollViewStyle?: StyleProp // Customize the View container. containerStyle?: StyleProp // Only load current index slide , loadMinimalSize slides before and after.