MisterPea / Unsequenced

Pomodoro-esq Timer/Activity Organizer
https://misterpea.me/works/unsequenced/
0 stars 0 forks source link

Long lists interfere with lower safe-area #21

Closed MisterPea closed 1 year ago

MisterPea commented 1 year ago

Long lists interfere with lower safe area. There should be a buffer (via gradient) to prevent interference.

Screenshot 2023-02-19 at 4 28 53 AM
MisterPea commented 1 year ago

Opted for the built-in <SafeAreaView />; It seems better than implementing a, possibly janky, bespoke solution.