React-native-swiper: CRITICAL BUG

Created on 15 Jun 2018  路  4Comments  路  Source: leecade/react-native-swiper

Which OS ?

iOS

Version

Which versions are you using:

  • react-native-swiper v1.5.13
  • react-native v0.47.1

Expected behaviour

Swiper should slide from index 0 to n

Actual behaviour

If the index is set to 0, it displays #0 screen for sometime and than (index - 1) screen is displayed on the same initial activeDot.

This happens only first time.

How to reproduce it>

Normal case scenario.

Steps to reproduce

  1. Open a new screen with Swiper
  2. Observe the first screen
  3. After very short time the last screen is displayed

Most helpful comment

PR https://github.com/leecade/react-native-swiper/pull/779 would fix this problem.
Please merge this

All 4 comments

I don't get how this JUST started to happen. I was on v1.5.13 for a while now. And all the sudden, this bug is happening.

For me the bug is that it automatically show the last index instead of the first index.

PR https://github.com/leecade/react-native-swiper/pull/779 would fix this problem.
Please merge this

@JakeRawr Thanks a lot for the quick response and the fix 馃憤

@JakeRawr this fixed my issues with wrong first slide rendering. Thanks! Now just need it added to the actual package..

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndriiBoiko picture AndriiBoiko  路  3Comments

ghost picture ghost  路  3Comments

commit-master picture commit-master  路  3Comments

kylehagler picture kylehagler  路  3Comments

tokict picture tokict  路  3Comments