Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatlist horizontal scrollable area height #31527

Closed
nachiketnkulkarni opened this issue May 14, 2021 · 1 comment
Closed

flatlist horizontal scrollable area height #31527

nachiketnkulkarni opened this issue May 14, 2021 · 1 comment
Labels
Needs: Triage 🔍 Resolution: Locked This issue was locked by the bot.

Comments

@nachiketnkulkarni
Copy link

After adding flatlist there is some remains space between scrollable container and scrollbar. How to remove it?
Screenshot 2021-05-15 at 10 25 21 AM

expo snack expo

@turker0
Copy link

turker0 commented May 14, 2021

FlastList has default flexGrow: 1 property. You can give flexGrow: 0 to FlatList or just wrap it with plain View.

Hello

@facebook facebook locked as resolved and limited conversation to collaborators May 14, 2022
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label May 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs: Triage 🔍 Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants