From 50235bc304db2e309d2de63452f301139fc3f9cc Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 22:31:47 +0200 Subject: Change colors Fix bug in Options.js Add License Add node version --- components/NotesList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/NotesList.js') diff --git a/components/NotesList.js b/components/NotesList.js index 9525b11..2075da4 100644 --- a/components/NotesList.js +++ b/components/NotesList.js @@ -89,7 +89,7 @@ export default class NotesList extends React.Component { keyExtractor={(_, i) => i.toString()} contentContainerStyle={styles.list} style={styles.list} - numColumns={2} + numColumns={1} /> @@ -123,8 +123,8 @@ const styles = StyleSheet.create({ backgroundColor: "black", }, note: { - width: 160, - height: 160, + width: 350, + height: 200, backgroundColor: "red", borderRadius: 10, padding: 10, -- cgit v1.3.1