File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ### Platforms affected
2+
3+
4+ ### What does this PR do?
5+
6+
7+ ### What testing has been done on this change?
8+
9+
10+ ### Tested features checklist
11+ <!--
12+ IMPORTANT: Please make sure that none of these features have been broken by your changes.
13+ It's easy to overlook something you didn't use yet.
14+ -->
15+ - [ ] Default setup ([ example] ( https://github.com/archriss/react-native-snap-carousel/blob/master/example/src/index.js#L46-L87 ) )
16+ - [ ] Carousels with and without momentum enabled ([ prop ` enableMomentum ` ] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#behavior ) )
17+ - [ ] Vertical carousels ([ prop ` vertical ` ] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#behavior ) )
18+ - [ ] Slide alignment ([ prop ` activeSlideAlignment ` ] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#style-and-animation ) )
19+ - [ ] Autoplay ([ prop ` autoplay ` ] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#autoplay ) )
20+ - [ ] Loop mode ([ prop ` loop ` ] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#loop ) )
21+ - [ ] ` ScrollView ` /` FlatList ` carousels ([ prop ` useScrollView ` ] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#behavior ) )
22+ - [ ] [ Callback methods] ( https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#callbacks )
23+ - [ ] [ ` ParallaxImage ` component] ( https://github.com/archriss/react-native-snap-carousel#parallaximage-component )
24+ - [ ] [ ` Pagination ` component] ( https://github.com/archriss/react-native-snap-carousel#pagination-component )
25+ - [ ] [ Layouts and custom interpolations] ( https://github.com/archriss/react-native-snap-carousel#layouts-and-custom-interpolations )
You can’t perform that action at this time.
0 commit comments