Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AllGistsEqual/fabddd73359a0f5710330dfc7f6c425a to your computer and use it in GitHub Desktop.
Save AllGistsEqual/fabddd73359a0f5710330dfc7f6c425a to your computer and use it in GitHub Desktop.
<TouchableWrapper handlePress={() => navigation.navigate('Login')}>
<DefaultPage>
<Image
style={{ width: 150, height: 120 }}
source={AbeLogo}
/>
<View>
<Text style={{ fontSize: 23, marginTop: 80 }}>
by Konrad Abe
</Text>
</View>
</DefaultPage>
</TouchableWrapper>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment