add placeholders in empty lists

This commit is contained in:
ammarahm-ed
2020-01-05 20:07:15 +05:00
parent 09223e002e
commit 0a18ca17c3
8 changed files with 694 additions and 163 deletions

View File

@@ -39,7 +39,7 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
height: 2,
width: '100%',
marginBottom: 5,
marginTop: Platform.OS == 'ios' ? h * 0.01 : h * 0.03,
marginTop: Platform.OS == 'ios' ? 0 : 45,
}}
/>