Skip to content

Commit

Permalink
🎡 Don't scroll on press
Browse files Browse the repository at this point in the history
- Hack fix
- Scroll on press breaks something with FlatList
- Which causes some items to not render
- Could be related to scroll view inside scroll view
- But fixing this bug by compromising the UX a tiny bit
  • Loading branch information
shivekkhurana committed Jan 29, 2024
1 parent ab509da commit 199edac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
:default-active selected-tab
:data tabs-data
:scrollable? true
:scroll-on-press? true
:on-change on-change-tab}]
[tabs/view {:selected-tab selected-tab}]])]))))

Expand Down

0 comments on commit 199edac

Please sign in to comment.