Skip to content

circleLoop not working properly  #187

@YankovWeb

Description

@YankovWeb

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-image-slider-box@2.0.7 for the project I'm working on.

circleLoop not working properly is scrolling to the first image and is not looking as infinity loop.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-image-slider-box/dist/SliderBox.js b/node_modules/react-native-image-slider-box/dist/SliderBox.js index 476963c..a2f4b32 100644 --- a/node_modules/react-native-image-slider-box/dist/SliderBox.js +++ b/node_modules/react-native-image-slider-box/dist/SliderBox.js @@ -58,7 +58,7 @@ export class SliderBox extends Component { } onSnap(index) { - this._ref.snapToItem(index); + //this._ref.snapToItem(index); const { currentImageEmitter } = this.props; this.setState({ currentImage: index }, () => { if (currentImageEmitter) {

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions