feat(mobile/navigation) updated screens that have footer

* feat(mobile/navigation) updated screens that have footer

* feat(chat/native) reverted style change

* feat(chat/native) reverted changes and added input vertical padding

* feat(base/modal) replaced headerHeight with top safe area inset

* feat(carmode/native) removed unused import and fixed linter

* feat(chat/polls/native) reverted style changes

* feat(base/modal) added isModalPresentation default prop

* feat(base/modal) made isModalPresentation optional

* feat(base/modal) headerHeight based on top notch devices

* feat(polls) updated styles

* feat(base/modal) updated comment
This commit is contained in:
Calinteodor
2022-06-16 12:49:53 +03:00
committed by GitHub
parent dbf7bf4750
commit fbf693b2dc
7 changed files with 38 additions and 20 deletions

View File

@@ -56,7 +56,8 @@ export default {
borderTopColor: 'rgb(209, 219, 231)',
borderTopWidth: 1,
flexDirection: 'row',
paddingHorizontal: BoxModel.padding
paddingBottom: '4%',
paddingHorizontal: BaseTheme.spacing[3]
},
inputField: {