Prevent last item of Exercises being untappable

This commit is contained in:
Brandon Presley 2022-07-06 16:29:29 +12:00
parent e4ed53c358
commit e4cc893bfc
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export default function Exercises({
<View style={styles.container}>
<Searchbar placeholder="Search" value={search} onChangeText={setSearch} />
<FlatList
style={{height: '90%'}}
refreshing={refreshing}
onRefresh={async () => {
setRefresing(true);