react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

The best Swiper component for React Native.

Results 159 react-native-swiper issues
Sort by recently updated
recently updated
newest added

please fix the module in case the direction becomes from right to left using I18nManager.forceRTL(true);

### Which OS ? ### Version Which versions are you using: - react-native-swiper v? 1.6.0-rc.2 - react-native v0.?.? 5.30 ### Test code: ``` import { cx, width } from '@config';...

### Which OS ? iOS 12.2 ### Version Which versions are you using: - react-native-swiper v15.14? - react-native v0.59.8 ### Expected behaviour The dots should been within the swiper! ###...

Which OS ? iOS Version Which versions are you using: - react-native-swiper v1.5.10 - react-native v0.43.4 Expected behaviour Which I am swiping fast the index should follow the sequence. It...

### Which OS ? Android ### Version Which versions are you using: "react-native-swiper": "^1.6.0-rc.3" "react-native": "0.68.1" ### Expected behaviour I want to zoom in and out images ### Actual behaviour...

当前版本的代码中,貌似把以前的代码替掉了 针对Android的render中,缺少onPageSelected: this.onScrollEnd,导致Android上Indicator没有效果 onScollEnd函数中,缺少以下代码 if (!e.nativeEvent.contentOffset) { if (this.state.dir == 'x') { e.nativeEvent.contentOffset = { x: e.nativeEvent.position \* this.state.width }; } else { e.nativeEvent.contentOffset = { y: e.nativeEvent.position \* this.state.height...

Is it possible to display 3 slides/items at once with this lib? With the currently selected item at the center of the 3? I can't manage to get this behavior...

### Which OS ? Android - react-native-swiper v? "react-native-swiper": "^1.6.0", ### Expected behaviour there are 3 buttons, when the button is clicked the "activeComponent " state is updated, it must...

### Which OS ? Android OS ### Version Which versions are you using: Android Oreo - react-native-swiper v? 1.5.14 - react-native v0.?.? 0.59.1 ### Expected behaviour I expected the background...

android - react-native-swiper v 1.6.0? - react-native v 0.73.1 i am facing waring when apply swiper {imageData?.map((x, i) => { return ( ); })} below are my code they give...