From d0bfa544dc8f72c048d742cc9357cab3c199a25f Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Thu, 25 Jun 2020 18:08:08 -0400 Subject: Added Tagg logo to Sign In Page --- App.tsx | 7 ++++++- src/assets/sign_in_logo.png | Bin 0 -> 7298 bytes 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/assets/sign_in_logo.png diff --git a/App.tsx b/App.tsx index bb9d3c45..5ec3b5e8 100644 --- a/App.tsx +++ b/App.tsx @@ -16,6 +16,7 @@ import { View, Text, StatusBar, + Image, } from 'react-native'; import { @@ -35,7 +36,7 @@ const App = () => { <> - + @@ -49,6 +50,10 @@ const styles = StyleSheet.create({ }, linearGradient: { flex: 1, + alignItems: 'center', + }, + logo: { + top: 108, } }); diff --git a/src/assets/sign_in_logo.png b/src/assets/sign_in_logo.png new file mode 100644 index 00000000..8fa1aa5a Binary files /dev/null and b/src/assets/sign_in_logo.png differ -- cgit v1.2.3-70-g09d2