File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
example/src/modules/primitives Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -70,24 +70,23 @@ export const AvatarGroupScreen = () => {
7070
7171 const avatars = [
7272 {
73- uri : "https://i.pravatar.cc/300?? img=6 " ,
73+ uri : "https://i.pravatar.cc/300?img=41 " ,
7474 name : "Navin Moorthy" ,
7575 } ,
7676 {
77- uri : "https://i.pravatar.cc/300?? img=13" ,
77+ uri : "https://i.pravatar.cc/300?img=13" ,
7878 name : "Karthik Balasubramanian" ,
7979 } ,
80-
8180 {
82- uri : "https://i.pravatar.cc/300?? img=25 " ,
81+ uri : "https://i.pravatar.cc/300?img=32 " ,
8382 name : "Sandeep Prabhakaran" ,
8483 } ,
8584 {
86- uri : "https://i.pravatar.cc/300?? img=33 " ,
85+ uri : "https://i.pravatar.cc/300?img=26 " ,
8786 name : "Abhishek MG" ,
8887 } ,
8988 {
90- uri : "https://i.pravatar.cc/300?? img=45 " ,
89+ uri : "https://i.pravatar.cc/300?img=57 " ,
9190 name : "Udhaya Chandran" ,
9291 } ,
9392 ] ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const AvatarScreen = () => {
4444 break ;
4545 case "withImage" :
4646 setImageUri ( {
47- uri : "https://i.pravatar.cc/300?? img=5 " ,
47+ uri : "https://i.pravatar.cc/300?img=68 " ,
4848 cache : "reload" ,
4949 } ) ;
5050 setName ( undefined ) ;
You can’t perform that action at this time.
0 commit comments