Skip to content

added isScrollable props for card & Ability to scoll inside Card#90

Open
tushar04 wants to merge 3 commits intolhandel:masterfrom
tushar04:master
Open

added isScrollable props for card & Ability to scoll inside Card#90
tushar04 wants to merge 3 commits intolhandel:masterfrom
tushar04:master

Conversation

@tushar04
Copy link

This is a requirement specific change.
With current implementation scroll inside a card was not working even with verticalSwipe={false}.
Added a isScrollable props for Card. if its set to true Card component children's are rendered inside a <Scrollview> otherwise inside a <View>.
When using isScrollable from Card make sure to set verticalSwipe={false}. Otherswise it wont work.

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.

1 participant