react-native-swiper
react-native-swiper copied to clipboard
The best Swiper component for React Native.
### Which OS ? android ### Version Which versions are you using: - react-native-swiper v1.6.0-rc.3 - react-native v0.63.2? ### Expected behaviour autoPlay={true} ### Actual behaviour 在android上第二次轮播上,每次第二张轮播图是从反方向滑动过来的 ### How to reproduce...
### Is it a bugfix ? - Yes - If yes, which issue (fix #number) ? No fix # but I was having an issue where the button I wanted...
### Is it a bugfix ? - Yes Not direct related but https://github.com/leecade/react-native-swiper/issues/616 adding this will allow the next card preview ```
### Which OS ? ios 11.2.5 ### Version Which versions are you using: - react-native-swiper v? 1.5.13 - react-native v0.?.? 0.47.2 ### Expected behaviour it does work well in ios...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Hello I am going to send you some images how both are sliding, and they are not responding well on Android loadMinimalSize={0} on Android makes it goes crazy, but I...
I think you forget the the loop=true in initState calc the offset The example: ``` import React, {useState} from 'react'; import {View, Text, Button} from 'react-native'; import Swiper from 'react-native-swiper';...
### Which OS ? IOS ### Version Which versions are you using: - react-native-swiper v1.6.0 - react-native v0.63.4 ### Expected behaviour I have a prop named "redirectToTabIdx" to give Swiper...
I'm having a [react-native-slider](https://github.com/callstack/react-native-slider) nested in a swiper slide. The problem is that it's quite hard to trigger the slider to slide. The swiper usually triggers before the slider gets...
- react-native-swiper v1.5.13 - react-native v0.43.0 when changing orientation the first swipe goes to the index defined as the initial index, instead of the index swiped to. thx :)