Skip to content

Commit

Permalink
use uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet-here authored Dec 21, 2022
1 parent c0f9b15 commit 4deeae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfirmationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ConfirmationPage = props => (
<>
<View style={[styles.screenCenteredContainer, styles.alignItemsCenter]}>
<Image
source={props.illustration}
source={{uri: props.illustration}}
style={styles.confirmationAnimation}
/>
<Text
Expand Down

0 comments on commit 4deeae6

Please sign in to comment.