React-native-snap-carousel: Add standard flat layout

Created on 10 Apr 2019  路  2Comments  路  Source: meliorence/react-native-snap-carousel

This is a Feature Request.

When using the carousel, I noticed that there is no simple flat animation, so that, when scrolling, the items only move horizontally without being scaled or other fancy stuff.
I know that I can probably create this by myself, but it sounds like a trivial yet pretty common use-case, that should imo be supported out of the box.

Most helpful comment

You can simply set inactiveSlideScale={1} to make items move horizontally.

All 2 comments

You can simply set inactiveSlideScale={1} to make items move horizontally.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings