Fix: ensure all views can scroll to the bottom

This commit is contained in:
Paul Frazee 2023-01-19 15:21:06 -06:00
parent 2972fd8372
commit 80f58cf9f3
13 changed files with 15 additions and 5 deletions

View file

@ -79,7 +79,7 @@ export const Settings = observer(function Settings({
title="Debug tools">
<Text style={pal.link}>Storybook</Text>
</Link>
<View style={{height: 100}} />
<View style={s.footerSpacer} />
</View>
</View>
)