Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
example UI
Browse files Browse the repository at this point in the history
  • Loading branch information
benevbright committed Oct 18, 2020
1 parent 22f9c8d commit 5faa593
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions example/src/BigHeaderScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const BigHeaderScreen = ({ navigation }: ScreenProps) => {
height: 250,
},
headerBackground: (
<TouchableOpacity style={{ flex: 1 }}>
<>
<Image
source={{
uri:
Expand Down Expand Up @@ -53,11 +53,13 @@ const BigHeaderScreen = ({ navigation }: ScreenProps) => {
borderRadius: 50,
}}
/>
<Text style={{ fontSize: 22, color: 'white', marginTop: 16 }}>
Hello, Big Header.
</Text>
<TouchableOpacity>
<Text style={{ fontSize: 20, color: 'white', marginTop: 16 }}>
Edit Profile
</Text>
</TouchableOpacity>
</View>
</TouchableOpacity>
</>
),
collapsedColor: 'white',
});
Expand Down

0 comments on commit 5faa593

Please sign in to comment.