Skip to content

Commit

Permalink
fastimg is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
econnerty committed Feb 26, 2023
1 parent bf03156 commit 763dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProfileView.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function ProfileView({navigation}) {
source={{
uri: 'https://i.pinimg.com/originals/35/d3/62/35d36295a6fab00525850c454d9e215d.jpg',
}}>
<Image
<FastImage
defaultSource={require('./assets/blank2.jpeg')}
style={styles.viewProfileImg}
source={
Expand Down

0 comments on commit 763dd7c

Please sign in to comment.