arsonistAnt/barbell-calculator

[iOS] DimissKeyboard component causing flat list to be unscrollable in MainScreen

Opened this issue · 0 comments

Platform: iOS only

Issue: Currently a development issue (not in main branch yet but this can be fixed now), the DissmissKeyboard component in the MainScreen will not allow any FlatList children to be scrolled.

Expected behavior: FlatList should be able to be scrollable in the MainScreen component.

How to reproduce: I've added a FlatList component in the mainScreenBody.tsx component and tried to scroll on iOS, but the list will not scroll.