|
|
@ -68,11 +68,6 @@ const ProfileAddress = ({ |
|
|
|
) : ( |
|
|
|
) : ( |
|
|
|
<Empty text="هیچ آدرسی ثبت نشده :(" /> |
|
|
|
<Empty text="هیچ آدرسی ثبت نشده :(" /> |
|
|
|
)} |
|
|
|
)} |
|
|
|
{/* <FloatingButton |
|
|
|
|
|
|
|
action={() => navigation("/createAddress")} |
|
|
|
|
|
|
|
position={{ bottom: 100, right: 16 }} |
|
|
|
|
|
|
|
size={16} |
|
|
|
|
|
|
|
/> */} |
|
|
|
|
|
|
|
<FloatingButton |
|
|
|
<FloatingButton |
|
|
|
action={() => navigation("/createAddress", { state: { panel: true } })} |
|
|
|
action={() => navigation("/createAddress", { state: { panel: true } })} |
|
|
|
position={{ bottom: 100, left: 16 }} |
|
|
|
position={{ bottom: 100, left: 16 }} |
|
|
|