React-Native-ViewPager icon indicating copy to clipboard operation
React-Native-ViewPager copied to clipboard

ViewPager and Indicator component for react-native on both android and ios.

Results 103 React-Native-ViewPager issues
Sort by recently updated
recently updated
newest added

When use rn-viewpager my content in viewpager is not loaded ``` {Platform.OS === 'ios' && } mNews this.props.navigator.push(SettingPage)} > {Test1PagerView()} {Test2PagerView()} {Test3PagerView()} {Test4PagerView()} {Test5PagerView()} {Test6PagerView()} {Test7PagerView()} {Test8PagerView()} ``` This problem...

``` _renderTabIndicator() { let tabs = [{ text: '附近', }, { text: '最热', }, { text: '最新', }]; return ; ``` ``` const styles = StyleSheet.create({ indicatorContainer: { backgroundColor: 0xFFFFFFFF,...

It would be great if we could set a prop to allow `setPageWithoutAnimation` to be the method that is used when a tab is clicked by the user. Currently anytime...

Hi, When I add many options to the PagerTitleIndicator, this one does not fit and it does not scroll the options.

http://prntscr.com/idjg2l I see .tmp folder with wrong View.propTypes when I install the module, pls check one (I had app reject from apple and try to locize the error)

i'm using IndicatorViewPager inside FlatList and pages are not being rendered. i tried using removeClippedSubviews prop of FlatList, but no use i'm using it in ANDROID Can anyone help me...

I have the following view hierarchy where the `` doesn't work: ``` page one page two page three console.log('button pressed')}>test ``` Please help!

Hi guys, I have problem when render **one page** in IndicatorViewPager. What's my problem here? Many thanks. ```javascript renderDotIndicator() { return ; } render() { return ( ); } ```...

`IndicatorViewPagerProps` type should extend `ViewPagerProps`. https://github.com/zbtang/React-Native-ViewPager/blob/38a78ae/viewpager/IndicatorViewPager.js#L16 This PR also fixes https://github.com/zbtang/React-Native-ViewPager/pull/115 .

The fix is not working. I am using this as a ListView Header and have set the removeClippedSubviews prop to false, but the pager still not showing. only the dotindicator...