Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Added containerStyle prop in Properties section
  • Loading branch information
thealiilman authored Jul 25, 2018
1 parent a1e052e commit 30cc488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ AppRegistry.registerComponent('myproject', () => Swiper);
| width | - | `number` | If no specify default enable fullscreen mode by `flex: 1`. |
| height | - | `number` | If no specify default fullscreen mode by `flex: 1`. |
| style | {...} | `style` | See default style in source. |
| containerStyle | {...} | `style` | See default container style in source. |
| loadMinimal | false | `bool` | Only load current index slide , `loadMinimalSize` slides before and after. |
| loadMinimalSize | 1 | `number` | see `loadMinimal` |
| loadMinimalLoader | `<ActivityIndicator />` | `element` | Custom loader to display when slides aren't loaded
Expand Down

0 comments on commit 30cc488

Please sign in to comment.