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

[Deprecated] ViewPager component for React Native

Results 100 react-native-viewpager issues
Sort by recently updated
recently updated
newest added

i am using this library and its working fine but the only problem is its gets slow on every slide at the end before the data holds the screen its...

Added exported flag to the activity with intent filter as mandatory for target sdk Android 12 and above

The pages would go from right to left, and so would the swiping. I've tried to set `flexDirection` to `row-reverse`, but that didn't help with the latter.

Hi, is their any way to implement fade in fade out transition between pages instead of sliding?

![image](https://user-images.githubusercontent.com/12441183/30202486-3f8fccb2-94b1-11e7-998c-40128a794118.png) Who can help me,please my code: ```JavaScript import React from 'react'; import {View, Text, StyleSheet, Image, ViewPagerAndroid, Dimensions} from 'react-native'; import {requestLatestNews} from '../api/ZhiHuApi'; import ViewPager from 'react-native-viewpager'; const...

TypeError : Undefined is not an object (evaluating 'this.props.dataSource.getPageCount')

Hi, As soon as we put in a PanResponder, the swipe gesture fails in the ViewPager. Any one knows why? ``` const panResponder = PanResponder.create({ onStartShouldSetPanResponderCapture: (evt, gestureState) => true,...

"react": "16.2.0", "react-native": "0.54.2", macOS:10.13.4 Xcode:9 my code: var dataSourceBanners = new ViewPager.DataSource({ pageHasChanged: (p1, p2) => p1 !== p2, }); error message: TypeError:undefined is not an object(evaluating 'new _reactNativeViewpage2.default.DataSoure')

- Added PropTypes instead of React.PropTypes - Used "createReactClass" instead of React.createClass