From 6e0d91e5b7d70a5c9e75488f51e096aba61e2ec2 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Fri, 26 Jun 2020 11:03:09 -0400 Subject: Added new user text and button Also updated logo to be high-res and styled start button --- App.tsx | 138 ++++++++++++++++++++++++++++++++++++++++++++ src/assets/sign_in_logo.png | Bin 0 -> 28865 bytes 2 files changed, 138 insertions(+) create mode 100644 App.tsx create mode 100644 src/assets/sign_in_logo.png diff --git a/App.tsx b/App.tsx new file mode 100644 index 00000000..2b9e8172 --- /dev/null +++ b/App.tsx @@ -0,0 +1,138 @@ +/** + * Sample React Native App + * https://github.com/facebook/react-native + * + * Generated with the TypeScript template + * https://github.com/react-native-community/react-native-template-typescript + * + * @format + */ + +import React from 'react'; +import { + SafeAreaView, + StyleSheet, + ScrollView, + View, + Text, + StatusBar, + Image, + TextInput, + Button, + Alert, + TouchableOpacity, +} from 'react-native'; + +import { + Header, + LearnMoreLinks, + Colors, + DebugInstructions, + ReloadInstructions, +} from 'react-native/Libraries/NewAppScreen'; + +import LinearGradient from 'react-native-linear-gradient'; + +declare const global: {HermesInternal: null | {}}; + +const App = () => { + return ( + <> + + + + + + +