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

Easy to use page view component

Results 21 react-native-pages issues
Sort by recently updated
recently updated
newest added

Upgrading to Expo 46/React-Native .69 gave me `Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` Narrowed it down to Pages being the cause....

In my project, we are writing unit tests for our components and screens and we got stuck for a while because this library doesn't accept the testID property for the...

Hi, this is a nice library, however it would be great if it includes swipeEnabled={false} so that, instead of manually swipe one can use programmatically swiping

scrollToPage doesn't work when animated = false. That happens because of this: ``` requestAnimationFrame(() => { this.scrollToPage(Math.floor(this.progress), false); }); ``` After scrollToPage it calls scrollToPage second time and goes back...

Hi, this is a nice library, however it would be great if it includes swipeEnabled={true} so that, instead of manually swipe one can use programmatically swiping

How do I know when page view was scrolled and another view got in focus?

Hey, I use v0.9.0 and Indicator works perfectly on iOS, but on Android it stays at first place Can someone help me please?

Created a dotStyle prop to be able to change dots style.