Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 3a4965c

Browse files
Rishabh Karnadsankhadeeproy007
Rishabh Karnad
authored andcommitted
Fixed SafeAreaView application on Header, Footer and Content components (GeekyAnts#2972)
Fixes GeekyAnts#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
1 parent 33726e9 commit 3a4965c

13 files changed

+58
-210
lines changed

.watchmanconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ignore_dirs": [
3-
".git",
4-
"node_modules"
3+
"node_modules",
4+
".git"
55
]
66
}

dist/src/basic/Content.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/basic/Content.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)