leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.42k stars 2.34k forks source link

show edges of next and previous view #68

Open sslash opened 8 years ago

sslash commented 8 years ago

It would be super nice to be able to display (parts of) the current next and previous views in the slideshow!

leecade commented 8 years ago

hum,, how about show me some pictures?

sslash commented 8 years ago

Imgur does (or dit) it in this example. You can see the edges of the current and previews views skjermbilde 2015-12-23 kl 07 55 32

leecade commented 8 years ago

Looks like use Scrollview is enough?

sslash commented 8 years ago

Not if you want the features provided by this library in addition, such as letting the ScrollView "stick/stop" on each view when you scroll

leecade commented 8 years ago

I will consider the feature, could you please providing more examples?

sslash commented 8 years ago

That would be awesome. Here are some more examples: https://dribbble.com/shots/1745818-Card-Swipe-UI https://dribbble.com/shots/2264301-Connections-app-Cards https://dribbble.com/shots/2209165-Shop-interaction-Detailed-view

leecade commented 8 years ago

It depends re-design viewport, include the feature in v2

JonathanWi commented 8 years ago

Any update on this? It would really be awesome if implemented as it is now a default layout for most apps

mquandalle commented 8 years ago

I’m also interested in this feature. I tried to set a <ScrollView horizontal={true} pagingEnabled={true}> component, but I wasn’t able to configure it to see the edges of the previous and following views. I posted a feature request on the react-native repository: https://github.com/facebook/react-native/issues/8815.

hadynz commented 8 years ago

+1

M1chaelTran commented 8 years ago

+1

traf commented 8 years ago

+1 👊🏼 ✌🏼

grundmanise commented 7 years ago

+1

neuling commented 7 years ago

+1

TheWebartist commented 7 years ago

I search the same behavior with edges on carousel and I have found this react-native package : https://github.com/archriss/react-native-snap-carousel It's works perfectly

sejas commented 5 years ago

+1

ldaudet commented 4 years ago

+1

whalemare commented 4 years ago

+1

satejbidvai commented 3 years ago

Any update on this?