improve user experience

This commit is contained in:
ammarahm-ed
2019-12-11 15:20:18 +05:00
parent d44285c4a0
commit 58071b3605
12 changed files with 92 additions and 39 deletions

View File

@@ -52,6 +52,8 @@ export const AddTopicDialog = ({
return (
<Modal
visible={visible}
animated
animationType="fade"
transparent={true}
onRequestClose={() => (refs = [])}>
<View
@@ -64,9 +66,10 @@ export const AddTopicDialog = ({
}}>
<View
style={{
...getElevation(5),
width: '80%',
maxHeight: 350,
elevation: 5,
borderRadius: 5,
backgroundColor: colors.bg,
paddingHorizontal: ph,