init branch

This commit is contained in:
Clément Le Bihan
2023-11-24 00:23:36 +01:00
parent 9133a369d5
commit ecac53516e
8 changed files with 36 additions and 17 deletions
+1
View File
@@ -195,6 +195,7 @@ function MusicListComponent({
// FlatList: Renders list efficiently, only rendering visible items.
return (
<FlatList
nestedScrollEnabled
style={styles.container}
ListHeaderComponent={headerComponent}
data={musicListState.displayedMusics}
+1 -1
View File
@@ -65,7 +65,7 @@ const ScaffoldAuth: FunctionComponent<ScaffoldAuthProps> = ({
<Wrap space={4} direction="row" style={{ padding: 16, paddingBottom: 0 }}>
<Row space={2} flex={1}>
<Image
source={{ uri: logo }}
// source={{ uri: logo }}
style={{
aspectRatio: 1,
width: 32,
+2 -2
View File
@@ -164,7 +164,7 @@ const styles = StyleSheet.create({
flex: 1,
paddingHorizontal: 12 + 20 + 12,
paddingVertical: 12,
outlineStyle: 'none',
// outlineStyle: 'none',
},
iconContainerLeft: {
position: 'absolute',
@@ -173,7 +173,7 @@ const styles = StyleSheet.create({
},
iconContainerRight: {
position: 'absolute',
outlineStyle: 'none',
// outlineStyle: 'none',
right: 12,
zIndex: 1,
},