Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add missing type to type definition file
  • Loading branch information
adrianolsk committed Sep 10, 2021
commit d86db1723ee986e0eaf3e9a616b2640ffbb57ce3
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ declare module 'react-native-swiper' {
height?: number
// See default style in source.
style?: StyleProp<ViewStyle>
// Customize the ScrollView style
scrollViewStyle?: StyleProp<ViewStyle>,
// Customize the View container.
containerStyle?: StyleProp<ViewStyle>
// Only load current index slide , loadMinimalSize slides before and after.
Expand Down