init branch
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user