From 6ff3894b2c638bac9daab597d0def88d56f04272 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 28 Apr 2018 12:10:07 -0500 Subject: [PATCH] Add some attribution to the latest til --- react_native/avoid-the-notch-with-safeareaview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react_native/avoid-the-notch-with-safeareaview.md b/react_native/avoid-the-notch-with-safeareaview.md index 6eb7306..7a628f5 100644 --- a/react_native/avoid-the-notch-with-safeareaview.md +++ b/react_native/avoid-the-notch-with-safeareaview.md @@ -25,4 +25,6 @@ const App = () => { The _unsafe_ area can be styled however you like and everything inside `` will be pushed into the visible area of the screen. +h/t Dillon Hafer + [source](https://facebook.github.io/react-native/docs/safeareaview.html)