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

View pager for react native projects, use for android and ios

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

@react-native-community/[email protected]: This library is no longer supported. Please use react-native-pager-view instead

Currently docs suggest creating separate methods in class component to render specific parts - e.g.: ``` class ViewPagerPage extends Component { ... _renderDotIndicator() { return ; } ``` It would...

HI, I have this error only with android this happens when is evaluating this line: `const { width, x: curItemOffsetX } = curItemLayoutInfo.layout;` in your file node_modules/react-native-best-viewpager/viewpager/indicator/PagerTitleIndicator.js Could you help...

Sorry about the formatting changes, but my eslinter auto formatted this file. The only thing added is accessibility traits to the touchable opacity for the purpose of blind users. Please...

Since the ViewPager uses a ScrollView on iOS but doesn't provide access to its keyboardShouldPersistTap prop, I get the typical problem: I have a TextInput in the ViewPager and when...

Maybe you can try to add `react-native-viewpager` as `peerDependencies` here: https://github.com/abbasmoosavi/react-native-best-viewpager/blob/master/package.json#L39 https://github.com/react-native-community/react-native-viewpager/issues/72#issuecomment-588177299

Is there a way to change the position of the page indicator? I need to put it before ViewPager, but I can't find a prop for that.

Hi all, I am currently working with your great lib on a project but I've a little issue. My project is structured like this: A flatlist lists a selection of...