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)