question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.6.x Iteration Feedback

See original GitHub issue

We plan to solve the backlog of issues and PRs now. Welcome to install and feedback👏

npm i --save react-native-swiper@next
# Remember to clean old node_modules and restart the react-native dev server if you use 1.5.x before

💥 Breaking Changes

android swiper container style props name change: style => containerStyle

📚 Completed Work

Dependency

  • Remove ViewPagerAndroid, use ScrollView #1009

TypeScript

  • correct the wrong types #1000
  • Add missing scrollBy TypeScript definition #931
  • SwiperProps extends ScrollView base type (✨v1.6.0-rc.3)

New Feature

  • add scrollTo #831
  • Added prop to disable the PrevButton #749
  • Optionally render page #1004

Bug Fix

  • ES6 and CommonJS compatibility #717
  • Solves the issue of state messing up when parent component calls setState #939
  • replay when autoplay is setted to true #1002
  • rename unsafe lifecycles to fix #1061
  • fix broken examples and migrate to react-native 0.60.x
  • fix bad jumping on ios when loadMinimal set true
  • fix fliker when loop and loadMinimal are enabled #1062
  • invoke onMomentumScrollEnd even offset no diff (✨v1.6.0-rc.3)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:12
  • Comments:16 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
fungilationcommented, Dec 20, 2019

Removing @react-native-community/viewpager is honestly a mistake. If 1.6.x stays the course with removal, I for one will be forking 1.5.x to stay with viewpager for 100% native animation performance. Swiper is a key component to my entire app’s UI, full screen so I need animation performance to be lag-free.

1reaction
ursnjcommented, Sep 28, 2019

swipe is not working with latest react-native version 0.61.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Iteration Review - Scaled Agile Framework
The iteration review provides a way to gather immediate, contextual feedback from the team's stakeholders on a regular cadence. The purpose of ...
Read more >
1.6 Loops and Iterations – Idiagress - Vinaay Patil
What are the Loops? They are a set of instructions that repeat until we achieve a particular objective. In the previous program (average ......
Read more >
Accumulative Iterative Codes Based on Feedback - arXiv
Abstract. The Accumulative Iterative Code (AIC) proposed in this work is a new error correcting code for channels with feedback.
Read more >
Solved 8. Use Theorem 1.6 to determine whether Fixed-Point
Use Theorem 1.6 to determine whether Fixed-Point Iteration of g(x) is locally convergent to the given fixed point r. (a) g(x) = (2x...
Read more >
Find root using fixed point iteration. Can this be right?
Problem: Use the fixed point iteration method to find the root for f(x)=2x−e−x in the interval (0,1.6) with an error less than 0.02....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found