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 b288b70 commit 2e1e515Copy full SHA for 2e1e515
README.md
@@ -193,6 +193,7 @@ AppRegistry.registerComponent('myproject', () => swiper);
193
| style | {...} | `style` | See default style in source. |
194
| loadMinimal | false | `bool` | Only load current index slide , `loadMinimalSize` slides before and after. |
195
| loadMinimalSize | 1 | `number` | see `loadMinimal` |
196
+| loadMinimalLoader | `<ActivityIndicator />` | `element` | Custom loader to display when slides aren't loaded
197
198
#### Pagination
199
0 commit comments