Fix: ensure all views can scroll to the bottom
This commit is contained in:
parent
2972fd8372
commit
80f58cf9f3
13 changed files with 15 additions and 5 deletions
|
@ -56,6 +56,9 @@ export const gradients = {
|
|||
}
|
||||
|
||||
export const s = StyleSheet.create({
|
||||
// helpers
|
||||
footerSpacer: {height: 100},
|
||||
|
||||
// font weights
|
||||
fw600: {fontWeight: '600'},
|
||||
bold: {fontWeight: 'bold'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue