Skip to content

Update index.d.ts#131

Open
ratkus91 wants to merge 1 commit intozbtang:masterfrom
ratkus91:patch-1
Open

Update index.d.ts#131
ratkus91 wants to merge 1 commit intozbtang:masterfrom
ratkus91:patch-1

Conversation

@ratkus91
Copy link
Copy Markdown

Added bounces props into IndicatorViewPagerProps interface
https://facebook.github.io/react-native/docs/scrollview.html#bounces

Added *bounces* props into IndicatorViewPagerProps interface
https://facebook.github.io/react-native/docs/scrollview.html#bounces
Comment thread index.d.ts
indicator: React.ReactNode;
pagerStyle?: ViewProperties['style'];
autoPlayEnable?: boolean;
bounces?: boolean;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?
The bounces prop is for ScrollView but we have a View here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants