Fix linting issues

This commit is contained in:
Lei Nelissen
2022-05-17 23:45:57 +02:00
parent b989df43f3
commit f66b541e1b
3 changed files with 25 additions and 23 deletions

View File

@@ -272,7 +272,7 @@ export default function Search() {
</View>
</ScrollView> */}
</View>
), [searchTerm, setSearchTerm, defaultStyles, isLoading]);
), [searchTerm, setSearchTerm, defaultStyles, isLoading, keyboardHeight]);
// GUARD: We cannot search for stuff unless Fuse is loaded with results.
// Therefore we delay rendering to when we are certain it's there.