2.0.x Iteration Discussion
ArrayZoneYour opened this issue · 9 comments
We plan to refactor the implementation of swiper in v2.0.x. Welcome to feedback👏
🚧 RoadMap
- use @react-native-community/viewpager@4.x
- provide better user experience, reduce flicker and white screen
- rewrite with typescript and functional components (require react-native 0.60+)
- provide more examples
make optional config to show the little bit other items ???
example,
the main banner will show in the center, then in the left and right will show little bit preview item from previous and next item
@react-native-community/viewpager
has now been released on 4.0. would be good to target the latest and greatest :)
Callsbacks to reachedStart, reachedEnd,
API's Like : scrollToIndex, addItem, removeItem
Animations like PageFlip would be awesome.
Do you have any plans?
If it's not too late, a slidesPerView
prop similar to SwiperJS would be really helpful.
Is there any work-in-progress in other branches in order to contribute or see the status?
make optional config to show the little bit other items ??? example, the main banner will show in the center, then in the left and right will show little bit preview item from previous and next item
I think this what in the swiper web version is called slidesPerView. Needed!
any updates?