diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 22:31:47 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 22:49:24 +0200 |
| commit | 50235bc304db2e309d2de63452f301139fc3f9cc (patch) | |
| tree | 1453b045888657bece5f5de74e580834858e9e29 /components/NotesList.js | |
| parent | 1cb36cd073252f4a185cd9775382da4c6861a8cb (diff) | |
| download | remarques-master.tar.gz remarques-master.tar.zst remarques-master.zip | |
Fix bug in Options.js
Add License
Add node version
Diffstat (limited to 'components/NotesList.js')
| -rw-r--r-- | components/NotesList.js | 6 |
1 files changed, 3 insertions, 3 deletions
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} /> </View> </View> @@ -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, |
