Skip to content

Commit

Permalink
feat(expo/home): banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Dec 7, 2023
1 parent ba0a897 commit 04adb79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/expo/src/app/(app)/(tabs)/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export default function HomeScreen() {
return (
<View flex bg-primary>
<AnimatedImage
source={{ uri: "https://picsum.photos/200/160" }}
// source={{ uri: data?.image }}
source={{ uri: "https://bqdpbxgudfvqzcxgvhhn.supabase.co/storage/v1/object/public/assets/banner.png" }}
height={124}
style={{ borderRadius: BorderRadiuses.br60 }}
containerStyle={{
Expand Down

0 comments on commit 04adb79

Please sign in to comment.