Skip to content

Commit

Permalink
Fixed SafeAreaView application on Header, Footer and Content componen…
Browse files Browse the repository at this point in the history
…ts (#2972)

Fixes #2291

- Added SafeAreaView to Header, Content and Footer
- Removed unused state and methods for calculating padding/margins
- Added utility to get style object
- Set background color of SafeAreaView to that of parent component
  • Loading branch information
Rishabh Karnad authored and sankhadeeproy007 committed Nov 11, 2019
1 parent 33726e9 commit 3a4965c
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 210 deletions.
4 changes: 2 additions & 2 deletions .watchmanconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ignore_dirs": [
".git",
"node_modules"
"node_modules",
".git"
]
}
2 changes: 1 addition & 1 deletion dist/src/basic/Content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/basic/Content.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a4965c

Please sign in to comment.