Add searchbar to home screen

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-12 16:55:48 +03:00
parent ce8ef46c20
commit 5bf066ac98
13 changed files with 358 additions and 1560 deletions

View File

@@ -37,6 +37,9 @@ const styles = StyleSheet.create({
centerText: {
textAlign: 'center',
},
flex: {
flex: 1,
},
flexRow: {
flexDirection: 'row',
},